Content
77%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 concrete commands and a clearly sequenced, validated workflow, but it is verbose from redundant workflow reframings and keeps too much detail inline while pointing to resource files that are not actually bundled.
Suggestions
Collapse the redundant workflow framings (Scheduling, Structural Flow, Logical Operations, How to Execute) into a single canonical sequence to cut ~40% of the body and raise conciseness.
Move the Environment Variables, Output Templates, and Troubleshooting blocks into the referenced resource files so the overview stays lean and progressive disclosure is genuine.
Either bundle the referenced files (resources/*.md, ../_shared/core/*.md) or remove the references, since pointing to non-existent files breaks navigation.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Operational content is mostly useful, but the same workflow is reframed four times (Scheduling, Structural Flow, Logical Operations, How to Execute) and generic boilerplate such as the 'Knowledge Reference' keyword dump and env-var examples pad the body — not a 1 since it avoids explaining known concepts, but not lean enough for a 3. | 2 / 3 |
Actionability | Provides copy-paste-ready commands (`mise run //apps/api:dev`, `mise tasks --all`), executable TOML task-dependency examples, and a troubleshooting table with specific fixes like `lsof -ti:PORT`, matching the fully-executable score-3 anchor. | 3 / 3 |
Workflow Clarity | Clear PREPARE→ACQUIRE→ACT→VERIFY→FINALIZE sequence with an explicit VERIFY checkpoint, a failure/recovery section, and guardrail #23 requiring confirmation for destructive (clean, reset) tasks — feedback loops are present for the batch/destructive operations the skill handles. | 3 / 3 |
Progressive Disclosure | A well-signaled Reference Guide table with 'When to Load' columns is good, but the referenced files (resources/*.md, ../_shared/core/*.md) do not exist and substantial content that could live in those files (env vars, output templates, troubleshooting, project structure) remains inline, fitting the score-2 anchor better than score-3. | 2 / 3 |
Total | 10 / 12 Passed |