Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
An exemplary router skill body: concise, fully actionable with exact commands and doc paths, a clearly sequenced routing workflow with verification-style bounds, and well-organized sections appropriate for a sub-50-line single-purpose skill with no bundle files.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence — it never explains what Codewhale or slash commands are, and every line earns its place ('This skill is a router, not a manual ... it never restates documentation'), matching the 'lean and efficient; every token earns its place' anchor. | 3 / 3 |
Actionability | It gives fully concrete, copy-ready guidance: exact slash commands ('/help', '/skills inspect', '/skill <name>'), 'codewhale-tui doctor', the tool 'read_file', and specific doc paths ('docs/CONFIGURATION.md', 'docs/PROVIDERS.md'), matching the 'fully executable commands; copy-paste ready' anchor even though this is an instruction-only skill. | 3 / 3 |
Workflow Clarity | The routing table is an explicit ordered sequence ('Answer from the surface that owns the fact, in this order: 1..5'), and the Bounds section supplies verification checkpoints ('the surface wins', 'Prefer its output over inference', 'If nothing local answers it, say so and stop'), matching the 'clear sequence with explicit validation steps' anchor. | 3 / 3 |
Progressive Disclosure | No bundle files exist and the body is under 50 lines, so per the rubric's simple-skills note a well-organized set of sections (Invocation, When to use, Non-goals, Routing table, Working in a checkout, Bounds) suffices for a top score; the only referenced paths are docs inside a Codewhale checkout, not nested skill references. | 3 / 3 |
Total | 12 / 12 Passed |