Content
88%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.
A well-built operational skill: an explicit verify/stop-if procedure with feedback loops, copy-paste-ready commands with expected outputs, and a real one-level-deep reference. The main deductions are minor verbosity in the Mindset and anti-pattern Consequence sections, an undocumented orphan script (check-wave-evidence.sh), and a typology drift where the body's schema and validation scripts enumerate nine types while the description and regenerate-context-index.sh support goal/evidence.
Suggestions
Trim the Mindset section and drop the "Consequence:" lines from the anti-patterns (or fold each into its WHY) — they restate the same point twice across roughly 25 lines.
Document scripts/check-wave-evidence.sh in Quick Commands (or remove it from the bundle) so every bundled script is discoverable from SKILL.md.
Reconcile the typology set: the frontmatter schema lists nine types while the description and regenerate-context-index.sh include goal and evidence — state which set is authoritative so a `type: goal` file is not 'fixed' into a wrong type.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient project-specific content — the schema, procedure, and quick commands with expected results all earn their tokens — but a few stretches could be trimmed: the "Mindset" section spends ~15 lines on design philosophy ("The index is a cache, never a ledger"), and each of the four anti-patterns carries a "Consequence:" line that largely restates its "WHY:". This fits the score-4 anchor (efficient with minor over-explanation to trim); it is not 5 because those sections are not lean, and not 3 because there is no explanation of concepts Claude already knows and no padding filler. | 4 / 5 |
Actionability | Fully executable guidance throughout: complete YAML frontmatter schema, exact invocations (`./scripts/check-context-frontmatter.sh .context/**/*.md`, `./scripts/regenerate-context-index.sh`, `./scripts/context-ready.sh --blocked`), and an expected result for every command ("OK: <N> file(s) validated against schema", "a list of active files with zero open blockers"). It matches the copy-paste-ready anchor covering the common cases; it is not 4 because there are no significant gaps in the commands or their success/failure outputs. | 5 / 5 |
Workflow Clarity | The 5-step procedure is clearly sequenced with explicit checkpoints and feedback loops for what is a batch operation over every context file: step 1 has a "**Verify:** the script prints nothing and exits 0" gate, and step 4 has "**Stop if:** it reports files excluded on stderr; go back to step 2". This matches the anchor-5 validate/fix/re-validate loop pattern; it is not 4 because validation is explicit at every risky stage rather than implied. | 5 / 5 |
Progressive Disclosure | Good structure overall: the body stays an overview, details are pushed one level deep into a real, well-signaled reference (a References table with per-row "When to Use" columns pointing to references/regeneration-reference.md, which exists), and all six documented scripts exist on disk. It is not 5 because of minor organization gaps found against the actual bundle: scripts/check-wave-evidence.sh is bundled but never mentioned anywhere in SKILL.md (orphaned, discoverable only by listing scripts/), and two reference table rows point at the same regeneration-reference.md for different topics. | 4 / 5 |
Total | 18 / 20 Passed |