Content
100%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 short skill body: executable command, explicit confirmation gate for a destructive operation, scoped variants, and no wasted tokens. It models the concise, actionable, validation-aware style the rubric rewards.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and efficient: every sentence earns its place (scope, destructive warning, confirmation gate, exact command) with no padding or explanation of concepts Claude already knows. | 5 / 5 |
Actionability | Provides a fully executable, copy-paste-ready command plus concrete variants (--include-project-memory, omitting --remote) covering the common cases. | 5 / 5 |
Workflow Clarity | Clear destructive-op sequence with an explicit validation checkpoint (tell the user what will be deleted, then require confirmation) and a reporting feedback step, satisfying the feedback-loop requirement rather than hitting the missing-validation cap. | 5 / 5 |
Progressive Disclosure | Under 50 lines, single-purpose, with no bundle files and a clearly organized titled section, qualifying for the simple-skill exception to score 5 without external references. | 5 / 5 |
Total | 20 / 20 Passed |