Content
77%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.
An exemplary progressive-disclosure and workflow-structured lifecycle skill with explicit validation loops and concrete commands. Its main weakness is conciseness: the body runs past its self-imposed 200-line budget with some redundant motivational prose.
Suggestions
Trim the body to ≤200 lines by cutting motivational prose (e.g., "Internalize these before you write a single line", "This skill itself follows the model it teaches") and consolidating the three dora mentions into one canonical block referenced from the checklist and phase gates.
Since the 5 principles are fully expanded in references/restructure-best-practices.md, consider shrinking the inline numbered list to a one-line summary plus the load call rather than restating all five.
Move the doraval gate's step-by-step commands into a short references file (or the installed doraval skill) and keep only the exit-code contract inline to reduce repeated token cost.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient thanks to load-blockquote delegation, but the 210-line body exceeds its own 200-line cap and carries mild motivational padding ("Internalize these before you write a single line", "This skill itself follows the model it teaches"). | 3 / 5 |
Actionability | Concrete commands ("claude --plugin-dir", "dora review <path> --format json", "npx @hacksmith/doraval"), a real directory tree, and four numbered workflows give mostly executable guidance, with copy-paste specifics like the frontmatter template deferred to references. | 4 / 5 |
Workflow Clarity | Multi-step processes are clearly sequenced with phase gates, a quality checklist, and an explicit dora validation feedback loop (review → fix → re-review until exit 0) with error-recovery guidance. | 5 / 5 |
Progressive Disclosure | The body is a lean overview that signals one-level-deep references via consistent "> For ... load references/xxx.md" blockquotes; all five referenced files exist and are self-contained terminal documents, giving easy navigation. | 5 / 5 |
Total | 17 / 20 Passed |