Content
65%Reviews 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 real, executable commands and a clear multi-step workflow, but it is held back by verbose inline example templates and a missing validation checkpoint for its batch fixer-delegation step.
Suggestions
Add an explicit validation step after fixers write codemaps (e.g., verify each codemap.md has the required Responsibility/Design/Flow/Integration sections before running update) to close the feedback loop.
Move the two long example codemap templates into a references/ file (e.g., references/codemap-template.md) and link to it, keeping SKILL.md a lean overview.
Trim or remove the "When to Use" section since it duplicates the frontmatter description.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | It avoids explaining basics Claude already knows and uses concrete commands, but the two full inline example codemap templates and the redundant "When to Use" section could be tightened. | 2 / 3 |
Actionability | It provides concrete, copy-paste-ready bash commands invoking the real scripts/codemap.mjs (init/changes/update) plus explicit include/exclude glob patterns and filled-out codemap templates. | 3 / 3 |
Workflow Clarity | Steps 1-5 are clearly sequenced with branching state checks, but this batch operation (one fixer per folder) lacks an explicit validation/verification checkpoint confirming codemap accuracy before finalizing, which caps the score at 2. | 2 / 3 |
Progressive Disclosure | The body is well-sectioned and references the real bundle script scripts/codemap.mjs one level deep, but the bulk of guidance and both large example templates live inline in SKILL.md rather than in separate reference files. | 2 / 3 |
Total | 9 / 12 Passed |