CtrlK
BlogDocsLog inGet started
Tessl Logo

fix

Write the fix when verify says bug and diagnose says high confidence. Follow EmDash conventions, confirm the reproduce test now passes, run lint and typecheck, stage but do not commit.

80

Quality

100%

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%Weight 40%Scale 1-3

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

A tightly written operational skill: concrete commands, an explicitly sequenced procedure with real validation gates and abandon conditions, and project-specific conventions that Claude cannot be expected to know. It respects the token budget by omitting general knowledge and earns its length with actionable detail.

DimensionReasoningScore

Conciseness

The body is dense and operational with no padding about concepts Claude already knows; the length comes from genuinely project-specific EmDash conventions (`.js` imports, `ApiResult<T>`, Kysely patterns) that Claude could not infer, so every token earns its place.

3 / 3

Actionability

It provides fully executable, copy-paste-ready commands throughout — `pnpm --filter <package> test <path>`, `pnpm typecheck`, `pnpm lint:json | jq '.diagnostics | length'`, `pnpm format`, `git add -A` — plus concrete convention rules, matching the executable-and-specific anchor.

3 / 3

Workflow Clarity

An 11-step numbered procedure with explicit validation checkpoints (confirm the test fails first, must now pass, regressions investigated, no new type errors) and feedback loops ("do not weaken the test to make it pass"; enumerated abandon conditions), matching the clear-sequence-with-validation anchor.

3 / 3

Progressive Disclosure

A single, well-organized file with clear sections (Hard prohibitions, Procedure, When to abandon, Output) and no bundle references; per the simple-skill scoring note, a no-external-reference skill scores 3 with well-organized sections, and the procedural content is appropriately kept inline.

3 / 3

Total

12

/

12

Passed

Description

100%Weight 40%Scale 1-3

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 concise, third-person-imperative description that names concrete actions and pairs them with an explicit trigger condition drawn from the skill's actual pipeline context. It cleanly answers both what the skill does and when to invoke it with no fluff or over-claiming.

DimensionReasoningScore

Specificity

Lists several distinct concrete actions — "Write the fix", "confirm the reproduce test now passes", "run lint and typecheck", "stage but do not commit" — matching the multiple-specific-actions anchor rather than the partial domain-only level 2.

3 / 3

Completeness

It explicitly answers both halves: what ("Write the fix... run lint and typecheck, stage but do not commit") and when ("when verify says bug and diagnose says high confidence"), with an explicit trigger clause capping out at the top level.

3 / 3

Trigger Term Quality

The triggering conditions are stated in natural pipeline terms a user/orchestrator would actually say — "verify says bug" and "diagnose says high confidence" — giving good coverage of the domain's real trigger vocabulary rather than vague jargon.

3 / 3

Distinctiveness Conflict Risk

The trigger is pinned to a narrow pipeline state (verify=bug, diagnose=high confidence) that is clearly distinct and unlikely to fire for any unrelated skill.

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
emdash-cms/emdash
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.