Content
77%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 highly actionable, well-sequenced skill body with strong validation checkpoints for its file-management operations. Its main weakness is conciseness — several sections duplicate content already stated earlier — and a monolithic layout where the templates could be split into reference files.
Suggestions
Remove the duplicate overview paragraph after the second '---' (lines 43-45) and the top-level 'Subcommands' list, keeping only the detailed 'Subcommand logic' section to eliminate redundancy.
Move the `matter.md` template and `history.md` seed into reference files under `references/` and link to them one level deep, slimming the main SKILL.md into an overview.
Consolidate the slug rule and the archiving-vs-deletion note so each appears once rather than in both the Notes and the detail sections.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and assumes competence (no explaining what a matter is), but the body repeats itself: the overview at line 43 re-explains the line-13 premise, the top "Subcommands" list duplicates the "Subcommand logic" section, and "Slugs are lowercase with hyphens" plus "archiving is not deletion" appear in both Notes and the detailed sections. | 2 / 3 |
Actionability | Fully actionable: exact filesystem paths, the precise CLAUDE.md line to edit ("Active matter:"), a complete matter.md template, a history.md seed, and concrete directory moves — copy-paste ready with no pseudocode. | 3 / 3 |
Workflow Clarity | Each subcommand is a clearly numbered sequence with explicit validation checkpoints — slug-collision check in `new`, existence check with fallback offer in `switch`, "confirm before writing", and the destructive `close` confirm→log→move→deactivate chain with feedback on the active-matter case. | 3 / 3 |
Progressive Disclosure | Well-organized into clear sections, but it is a ~180-line monolithic file with no bundle references; the matter.md and history.md templates are reference-grade material that lives inline, fitting the anchor where content that should be separate is kept in the main file. | 2 / 3 |
Total | 10 / 12 Passed |