Content
68%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.
The body is highly actionable with concrete CLI commands and a clear connection/search/run flow, but it is held back by a low-value 20-row action table, broken step numbering, and missing validation before destructive operations. Structure is good for a single-file skill.
Suggestions
Add an explicit validation/check step before running create/delete actions (e.g., confirm the target story id and dry-run where possible) so destructive workflows clear the workflow-clarity cap.
Fix the step numbering: define a "Step 1a/1b" and a labeled "Step 2" so the "skip to Step 2" reference resolves.
Trim or externalize the 20-row "Popular actions" table whose descriptions are all "No description"; keep only actions with real guidance or move the full list to a reference file.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Most sections are efficient with executable commands, but the 20-row "Popular actions" table where every row says "No description" is low-value padding, and the opening headless-CMS paragraph restates context Claude largely already knows. | 3 / 5 |
Actionability | It provides copy-paste-ready bash commands for install, login, connection ensure/get, action list/run, and proxy requests with real flags, covering the common cases concretely. | 5 / 5 |
Workflow Clarity | The connection flow has a sequence with state checks (READY/BUILDING/CLIENT_ACTION_REQUIRED), but step numbering is broken ("skip to Step 2" with no Step 2, a "1b" with no "1a") and there is no validation checkpoint before running destructive create/delete actions, capping it at 3. | 3 / 5 |
Progressive Disclosure | No bundle files exist, so everything is inline, but the body is well-organized into clear sections (install, auth, connecting, searching, running, proxy, best practices); the bulky inlined action table is the main organization gap keeping it from a 5. | 4 / 5 |
Total | 15 / 20 Passed |