Content
72%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-structured skill that provides actionable, executable CLI commands with clear enum definitions and formatting rules. Its main weakness is some redundancy between sections (duplicate examples) and a large inline dump of optional filter names that could be fully deferred to the reference file. Error handling and validation guidance is absent, which slightly weakens workflow clarity.
Suggestions
Remove the duplicate CLI examples — keep them either in 'How to Call APIs' or the 'Commands' table, not both.
Move the long list of optional meme-rush filter names entirely to references/cli.md, replacing it with a brief note like 'Supports 30+ optional filters — see references/cli.md for the full list.'
Add brief error-handling guidance: what errors the CLI can return and how to respond (retry, inform user, etc.).
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is mostly efficient but has some redundancy — the Commands table repeats the same examples already shown in 'How to Call APIs', and the optional filters for meme-rush are listed as a massive inline blob that could be deferred entirely to the reference file. Some sections like 'When to Use This Skill' are lightweight enough to be useful without being wasteful. | 2 / 3 |
Actionability | Provides fully executable CLI commands with concrete JSON arguments, clear enum definitions with exact numeric codes, and specific formatting rules (percentage fields, icon URL prefix). Claude can copy-paste and invoke these commands directly. | 3 / 3 |
Workflow Clarity | The skill is relatively simple (pick subcommand, fill JSON, call CLI), and the steps are clear. However, there is no mention of error handling, validation of responses, or what to do when the CLI returns an error — the overview mentions 'upstream error mapping' but no guidance is given on how to handle or interpret errors. | 2 / 3 |
Progressive Disclosure | The SKILL.md provides a clear overview with essential information inline (enums, required args, key rules) and appropriately defers detailed parameter tables, protocol code mappings, and response samples to references/cli.md with a well-signaled one-level-deep reference. | 3 / 3 |
Total | 10 / 12 Passed |