CtrlK
BlogDocsLog inGet started
Tessl Logo

log-analytics-workspace-queryer

Uses REST API to query Log Analytics workspaces. Use this skill when you need to query a Log Analytics workspace, for example, to check if the table exists in the workspace, or to validate an ASIM parser.

72

Quality

87%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The content is a tight, executable, well-organized skill body that offloads the real logic to a bundled script and gives Claude exactly the inputs, command, and hand-off instructions it needs.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence: it states the two inputs, gives the exact command, and tells Claude to return output without explaining what Log Analytics or REST APIs are; every line earns its place.

3 / 3

Actionability

It provides a fully executable, copy-paste-ready command with named parameters ('.\scripts\queryLogAnalytics.ps1 -WorkspaceId "<workspaceId>" -Query "<KQL query>"') pointing at a real bundled script, matching the 'fully executable code/commands' anchor.

3 / 3

Workflow Clarity

The two-step sequence (run query, return results) is unambiguous, and as a simple single-purpose read-only skill with no destructive or batch operation, it qualifies for the top anchor under the simple-skills scoring note; error handling lives inside the bundled script.

3 / 3

Progressive Disclosure

The SKILL.md is a concise overview organized into clear sections (Inputs, Step 1, Step 2) with a single one-level-deep, clearly signaled reference to scripts/queryLogAnalytics.ps1, which exists in the bundle; no nested references are introduced.

3 / 3

Total

12

/

12

Passed

Description

75%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is well-structured with an explicit 'Use when' trigger and a clear, distinctive niche, though its action list and trigger-term coverage are somewhat narrow for the domain.

Suggestions

Broaden the action list to name more concrete capabilities (e.g., run KQL queries, inspect table schemas, sample rows) to lift specificity.

Add common natural-language variations users might say (e.g., 'KQL query', 'Azure Monitor logs', 'search Log Analytics') to improve trigger-term coverage.

DimensionReasoningScore

Specificity

It names the domain ('query Log Analytics workspaces') and a couple of concrete actions ('check if the table exists', 'validate an ASIM parser'), but does not list a comprehensive set of specific actions, matching the 'names domain and some actions' anchor rather than the multi-action level 3.

2 / 3

Completeness

It explicitly states what the skill does ('Uses REST API to query Log Analytics workspaces') and when to use it via an explicit 'Use this skill when...' clause with concrete examples, satisfying both the what and the when.

3 / 3

Trigger Term Quality

It surfaces relevant scenario triggers ('query a Log Analytics workspace', 'check if the table exists', 'validate an ASIM parser') but omits common variations a user might naturally say such as 'KQL query', 'Azure Monitor logs', or 'search logs', so it fits 'some relevant keywords but missing common variations'.

2 / 3

Distinctiveness Conflict Risk

The niche is narrow and specialized (Log Analytics workspaces, ASIM parsers) with triggers unlikely to overlap with unrelated skills, matching the 'clear niche with distinct triggers' anchor.

3 / 3

Total

10

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
Azure/Azure-Sentinel
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.