Content
33%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 maximally concise but contains no actionable content — just two malformed links, one of which traverses outside the skill directory and both of which point to nonexistent files. It functions as a test fixture rather than usable skill content. No workflow, guidance, or reachable reference material exists.
Suggestions
Add actual executable guidance (commands, code, or concrete instructions) instead of only link references.
Fix the malformed link syntax (remove spaces inside the parentheses) and point references at real files within the skill's bundle; remove the ../ parent traversal that escapes the skill directory.
Replace the generic '# Body' heading with meaningful section headings so any references are clearly signaled.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is only a heading and two short link lines with no padding or explanation of concepts Claude already knows, matching the 'lean and efficient; every token earns its place' anchor. Nothing could be trimmed without losing the (already minimal) content. | 5 / 5 |
Actionability | 'See [the secret]( ../secret.md ) and [guide](references/guide.md)' provides no code, commands, or concrete guidance — it only refers, matching the 'entirely vague or abstract; only describes rather than instructs' anchor. The referenced files do not even exist in the bundle, so nothing actionable can be reached. | 1 / 5 |
Workflow Clarity | There are no steps or sequence of any kind, and the simple-skill exception does not apply because there is no unambiguous single action to perform — the body is only dangling references. This matches the 'steps missing or incoherent' anchor. | 1 / 5 |
Progressive Disclosure | References are one level deep but buried under a generic '# Body' heading, malformed by spaces inside the link targets, and both target files are missing from the bundle (references/ does not exist and ../secret.md escapes the skill directory), so navigation effectively fails. This falls between the 'impossible to navigate' anchor and the 'references are buried' anchor, noticeably below the midpoint. | 2 / 5 |
Total | 9 / 20 Passed |