CtrlK
BlogDocsLog inGet started
Tessl Logo

pre-commit-checks

Pre-commit validation checks for azure-sdk-for-net. Use this before committing or pushing changes to SDK packages. Runs dotnet format, exports public API listings, updates snippets, and regenerates code as needed.

75

Quality

92%

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

85%

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

A highly actionable, well-sequenced pre-commit workflow with executable commands, explicit trigger conditions, and a final verification gate. Its only weakness is mild redundancy between the per-step scope notes and the closing Execution order summary.

Suggestions

Reduce redundancy: the trailing "Execution order" section restates per-step scope already given in steps 1–6 — collapse it to a one-line sequence (format → GenerateCode → Export-API → Update-Snippets → verify) and drop the repeated scope prose.

Consolidate the "per affected package" / "per ServiceDirectory" scope reminders into a single scope statement near the top rather than repeating the qualifier in every section.

DimensionReasoningScore

Conciseness

The body is dense and avoids explaining concepts Claude already knows, but scope cues ("per affected package", "per ServiceDirectory") and the final "Execution order" section restate information already covered in steps 1–6, so it could be tightened.

2 / 3

Actionability

Every step ships a copy-paste-ready command (dotnet format, dotnet build /t:GenerateCode, Export-API.ps1, Update-Snippets.ps1) with concrete path arguments, fully executable guidance.

3 / 3

Workflow Clarity

Steps are explicitly sequenced with an Execution order section, conditional triggers and exclusions are spelled out, and step 6 provides a verification checkpoint ("Do NOT commit if any of the above steps failed").

3 / 3

Progressive Disclosure

No external bundle files exist; the single-file workflow is well organized into clearly numbered sections with no nested references, which satisfies the well-organized-sections bar for a self-contained skill.

3 / 3

Total

11

/

12

Passed

Description

100%

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

A strong, well-scoped description: it states concrete capabilities, gives an explicit natural-language trigger, and is tightly bound to a single repo context. No fluff or over-claims.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "Runs dotnet format, exports public API listings, updates snippets, and regenerates code as needed" — matching the score-3 anchor of naming several specific actions.

3 / 3

Completeness

Explicitly answers both what (the four checks) and when ("Use this before committing or pushing changes to SDK packages"), with an explicit 'Use this...' trigger clause.

3 / 3

Trigger Term Quality

Natural trigger terms a user would say ("committing or pushing changes to SDK packages", "pre-commit") are present and clearly tied to the use case.

3 / 3

Distinctiveness Conflict Risk

Scoped to "azure-sdk-for-net" with a niche pre-commit validation role and distinct triggers, making conflicts with other skills unlikely.

3 / 3

Total

12

/

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-sdk-for-net
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.