Content
100%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A tight, well-structured ritual skill that leads with a numbered workflow, backs it with executable commands, and enforces validation through guardrails. No bundle files are needed or referenced, and the content respects the context budget.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~45-line body is lean and assumes Claude's competence — it gives commands and a checklist without explaining what git, lint, or tests are, so every token earns its place. | 3 / 3 |
Actionability | Provides a copy-paste-ready command block (git status, npm run lint/typecheck, npm test) plus a concrete learning format ('[LEARN] Category: Rule') and explicit output structure, matching the executable-guidance anchor. | 3 / 3 |
Workflow Clarity | A clearly sequenced 5-step workflow with guardrails acting as validation checkpoints ('If tests are failing, flag before ending session'), satisfying the explicit-checkpoint anchor rather than the checkpoint-missing level 2. | 3 / 3 |
Progressive Disclosure | Under 50 lines, single-purpose, with well-organized sections (Trigger, Workflow, Commands, Guardrails, Output) and no external references needed — the rubric's simple-skill note permits a 3 here. | 3 / 3 |
Total | 12 / 12 Passed |