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 lean skill body: it assumes Claude's competence, provides complete executable commands and a precise flag reference, and is cleanly sectioned with no unnecessary material. The bundled script it references is present.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The 47-line body is lean and efficient: it states output fields, gives three runnable examples, a flag reference table, and two notes — no padding and no explanation of concepts Claude already knows. | 3 / 3 |
Actionability | Three complete, copy-paste-ready `python3 skills/product-hunt-scraper/scripts/scrape_producthunt.py ...` commands are paired with a CLI reference table mapping every flag to its default and description, so the guidance is fully executable. | 3 / 3 |
Workflow Clarity | This is a simple single-action skill (run the scraper); per the simple-skills note, an unambiguous single action with a complete flag table and worked examples earns a 3, and there is no batch or destructive operation requiring validation checkpoints. | 3 / 3 |
Progressive Disclosure | Under 50 lines with no external references needed, the body is organized into clearly labeled sections (Quick Start, CLI Reference, Notes), and the single referenced bundle file scripts/scrape_producthunt.py exists on disk. | 3 / 3 |
Total | 12 / 12 Passed |