Content
85%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a well-architected, action-oriented meta-skill with clear sequenced workflows, explicit validation feedback loops, and exemplary one-level-deep progressive disclosure backed by real bundle files. The main improvement opportunity is trimming duplication between the command-modes table and the Mode rules list.
Suggestions
Collapse the 'Mode rules' bullet list into the command-modes table (or vice versa) to remove the duplicated enumeration of the nine modes and tighten conciseness.
Trim the overlap between 'Why this skill exists' and 'Operating mode', both of which restate the vendor-neutral synthesis point.
For routing-level guidance ('route to a dedicated code-review skill'), add a one-line concrete trigger or handoff condition so the instruction is executable rather than abstract.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Efficient, operational prose that does not re-explain basics Claude already knows, but has minor over-explanation: the nine modes appear both in the command-modes table and again as 'Mode rules', and 'Operating mode' overlaps the 'Why this skill exists' table. | 4 / 5 |
Actionability | Provides concrete executable guidance — a modes table with outputs, linked helper scripts, and real validation commands ('npm run check:skill-standard', 'node bin/hash-check.mjs') — with minor gaps where guidance stays at routing level rather than executable steps. | 4 / 5 |
Workflow Clarity | Multi-step workflows are clearly sequenced (7-step operating order, 6-step architecture workflow) with explicit validation checkpoints ('Verify mechanically', 'Run repo checks') and a validate->fix->retry feedback loop via fix_skill.py. | 5 / 5 |
Progressive Disclosure | SKILL.md stays a routing overview; detailed material is one level deep in references/ (5 real linked files) and assets/scripts/ (4 real linked scripts), each with a 'Load when' navigation table — easy to navigate. | 5 / 5 |
Total | 18 / 20 Passed |