Content
85%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.
The body is highly actionable with clear workflows and excellent progressive disclosure to verified reference files; its only real weakness is conciseness, where several meta sections add tokens that assume knowledge Claude already has or that duplicate the frontmatter.
Suggestions
Tighten or cut the 'Why this skill exists' research-stat block and 'Compatibility' section — the imperatives are the value; the rationale can live in references/sources.md for when it's challenged.
Merge 'What this skill does not do' into the frontmatter exclusions or trim it to a one-line pointer, since the DO NOT USE list already covers the same ground.
Consider moving the per-rule source citations (Uncle Bob, Fowler, McCabe, Metz) behind the references/ links they already point to, keeping SKILL.md imperatives lean.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The core imperatives and self-check are dense and earn their tokens, but several sections pad the budget — 'Compatibility', the research-stat 'Why this skill exists' block, and 'What this skill does not do' restate context Claude can be assumed to know or that the frontmatter already implies. It is mostly efficient but could be tightened. | 2 / 3 |
Actionability | Guidance is concrete and executable: hard thresholds ('≤20 lines', 'Four arguments is the hard ceiling', 'cyclomatic ≤10, nesting depth ≤5'), a banned-identifier list, and a step-by-step self-check ('count: lines ≤ 20? params ≤ 4?'). Rules instruct rather than describe. | 3 / 3 |
Workflow Clarity | Three clearly sequenced modes (guard-pass, live, review) plus a numbered 'Self-check before delivery' with explicit validation checkpoints ('If you cannot answer yes to every check, fix before shipping') and a defined reporting format. Feedback loops and checklists are present. | 3 / 3 |
Progressive Disclosure | The body is an overview that links to 7 real references/ files (all verified present), each annotated with its scope and a when-to-read trigger, kept one level deep. Navigation is explicit and the detail is appropriately split out of SKILL.md. | 3 / 3 |
Total | 11 / 12 Passed |