Content
65%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable, well-organized CLI reference with executable commands throughout. It loses points for duplicated auth/drafts content, missing verification steps on destructive operations, and a broken reference to a non-existent EDITING-FLOW.md file.
Suggestions
Create the referenced ./EDITING-FLOW.md (or remove the link) so the one progressive-disclosure pointer resolves to a real file.
De-duplicate the Authentication material — keep the resolution-order explanation in one place and reference it from the Quick Reference instead of restating the commands.
Add a brief verification step for destructive/batch operations (e.g. `content get` to confirm before `content delete`, or note that `delete` is reversible via `restore`).
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly an efficient, code-heavy command reference with no basic-concept padding, but "Authentication" is duplicated as both a top-level section and a Quick Reference subsection, and the auto-publish behavior is restated in inline comments and again in the "Drafts and Publishing" section, so it could be tightened — matching anchor 2 rather than 3. | 2 / 3 |
Actionability | The body is dominated by fully executable `npx emdash ...` commands with flags, inline comments, and concrete examples (e.g. `content create posts --data '{...}'`, `media upload ./photo.jpg --alt "A sunset"`), all copy-paste ready. | 3 / 3 |
Workflow Clarity | Some sequences are enumerated (auth resolution order 1–4, cloudflared flow 1–3), but destructive operations (`content delete`, `schema delete --force`) have no verification step and the core editing workflow is deferred to a reference file, capping the score at 2 per the rubric's destructive-operations rule. | 2 / 3 |
Progressive Disclosure | Sections are well organized, but the sole external reference — "see EDITING-FLOW.md" — points to a file that does not exist in the bundle, and the ~245-line inline command reference could itself be split into a separate reference file; this matches anchor 2 rather than a clean one-level-deep structure. | 2 / 3 |
Total | 9 / 12 Passed |