Content
88%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 extremely concise, well-targeted body that delegates the real workflow to the /jobs slash command while giving one concrete instruction and a useful capability-blocking note. It is appropriately lean for a simple single-action skill with no unnecessary padding.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Three lean sentences with no padding and no explanation of concepts Claude already knows; the 'do not try to read a relative prompt-template path' guidance earns its tokens, matching the 'lean and efficient, every token earns its place' anchor. | 5 / 5 |
Actionability | Gives a concrete executable action ('Run the `/jobs` workflow') plus a guard and a fallback behavior, but the substantive workflow lives in the /jobs command rather than here, leaving minor gaps versus copy-paste-ready completeness. | 4 / 5 |
Workflow Clarity | This is a single-action skill where the one action ('Run the `/jobs` workflow') is unambiguous, so the simple-skill exception applies; no destructive/batch operation triggers the validation cap. | 5 / 5 |
Progressive Disclosure | Under 50 lines and single-purpose with no external file references needed; the body appropriately delegates to the /jobs command rather than nesting files, but it lacks section structure beyond a single heading, sitting just below the well-organized 5. | 4 / 5 |
Total | 18 / 20 Passed |