Content
82%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 a high-quality, actionable CLI reference with strong command coverage and appropriate safety guidance for destructive operations. Its main gaps are minor Authentication-section redundancy and a referenced EDITING-FLOW.md that is not present in the bundle.
Suggestions
Consolidate the two 'Authentication' sections (the overview with the resolution-order list and the Quick Reference command block) into one to remove redundancy.
Ensure EDITING-FLOW.md ships alongside SKILL.md, or inline the essential editing-flow details (Portable Text conversion, _rev tokens, raw mode) so the reference is not broken.
Add a brief validate-and-retry note for schema/content mutations that can fail (e.g. re-run `schema get` to confirm a field was added/removed) to strengthen workflow feedback loops.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and mostly executable commands with terse inline comments, assuming Claude's competence; the only drag is minor redundancy (an 'Authentication' overview section and an 'Authentication' quick-reference block both cover login/whoami/logout). | 4 / 5 |
Actionability | Nearly every section is copy-paste-ready `npx emdash` commands with real flags covering the common cases (list/get/create/update/delete, schema add-field, media upload, search, types), with realistic placeholder IDs and URLs. | 5 / 5 |
Workflow Clarity | Destructive and bulk operations carry explicit validation guidance ('Resolve the current target with a read command before a destructive or bulk mutation' and 'Delete a collection after inspecting it and confirming the target' with a `schema get` before `schema delete`), and auth resolution is a clear numbered sequence; however there are no explicit error-recovery feedback loops. | 4 / 5 |
Progressive Disclosure | Content is organized into clear sections and offloads editing-flow detail to a well-signaled one-level-deep reference (EDITING-FLOW.md), matching the good pattern; the score is held at 4 because the referenced file is not present in the bundle, leaving the link unverifiable. | 4 / 5 |
Total | 17 / 20 Passed |