Content
71%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 and well structured as a CLI reference, with solid validation checkpoints on destructive operations. Its main weaknesses are length/redundancy and the absence of progressive disclosure for a skill this large.
Suggestions
Move the full built-in agent registry, the flows authoring API reference, and the detailed command/option catalog into separate reference files under references/, leaving SKILL.md a concise overview with clearly signaled links.
Deduplicate the prune examples (shown in both Sessions and Sessions cleanup) and trim Practical workflows entries that restate earlier patterns.
Consolidate the model/config-option behavior notes in Cancel/Mode/Config/Model into a single reference section to reduce repetition.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense, reference-style, and assumes Claude's competence, but at ~625 lines it includes redundancy — prune examples appear in both the Sessions and Sessions cleanup sections, and Practical workflows reuses patterns already shown — so it could be tightened. | 3 / 5 |
Actionability | Copy-paste-ready bash commands, a complete TypeScript flow example, exhaustive option/behavior listings, and concrete per-command examples cover the common cases fully. | 5 / 5 |
Workflow Clarity | Workflows are well sequenced and the destructive prune operation has an explicit --dry-run validation checkpoint, plus flows have permission preflight and import/reconnect paths report failures clearly; it stops short of a single coherent validate-fix-retry pipeline, so it is not a 5. | 4 / 5 |
Progressive Disclosure | Sections are clearly headed and well organized, but no local bundle files exist and large reference material (full agent registry, complete flows authoring API, command reference) is inlined in SKILL.md rather than split into one-level-deep reference files; only external GitHub links are offered. | 3 / 5 |
Total | 15 / 20 Passed |