Content
63%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 well-structured with a clear workflow and mostly efficient prose, but it leans on high-level guidance over executable code and references bundle files that are not actually present in the skill. Tightening the inline rules and shipping the referenced resources would raise the score.
Suggestions
Provide at least one copy-paste router/service/repository code skeleton in the body or a bundled snippet file so the guidance is executable, not just descriptive.
Create the referenced resources/ files (execution-protocol.md, checklist.md, orm-reference.md, examples.md, error-playbook.md) or remove the references to avoid broken navigation.
Drop the parenthetical glosses on DRY and KISS — Claude already knows these — and move the 13 Core Rules into a bundled reference file to keep the overview lean.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is largely lean and reference-style, assuming Claude knows the stack patterns, but it over-explains DRY ("Don't Repeat Yourself") and KISS ("Keep it simple and clear") — concepts Claude already knows — which keeps it from a 5. | 4 / 5 |
Actionability | It gives concrete architectural rules and named layer responsibilities, but code examples are limited to two ripgrep commands with no executable router/service/repository scaffolding; guidance stays high-level relative to a code-generation skill. | 3 / 5 |
Workflow Clarity | A clear PREPARE→ACQUIRE→ACT→VERIFY→FINALIZE sequence exists with an explicit VERIFY checkpoint and a failure/recovery section, but the validate→fix→revalidate loop is implicit rather than fully spelled out. | 4 / 5 |
Progressive Disclosure | References to resources/*.md and ../_shared/core/*.md are signaled, but the referenced bundle files are absent (references/, scripts/, assets/ all missing), and substantial content (13 Core Rules, full Stack-Specific Reference) is inlined rather than split out. | 3 / 5 |
Total | 14 / 20 Passed |