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 well-structured, highly actionable reference with concrete commands and a clear recall workflow; its main weakness is mild verbosity from implementation-detail paragraphs and the inlined command/schema reference that could live in separate files. No destructive/batch validation cap applies.
Suggestions
Trim implementation-detail prose like the "two-pass scan" explanations for errors/tools — Claude only needs the command, flags, and output format, not the internal algorithm.
Move the full Command Reference and JSONL Schema Reference into a separate reference file (e.g. references/commands.md) and link to it from SKILL.md to improve progressive disclosure and reduce token load.
Replace the example-filled entries inside the Summary Template with bare placeholders to cut tokens while keeping the structure clear.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with concrete commands and examples, but includes some implementation-detail prose (e.g. "Performs a two-pass scan: first builds a map of tool-use IDs...") and an example-filled summary template that could be trimmed; not score 5 because those passages explain mechanics Claude does not strictly need, and not score 3 because the bulk is lean and command-oriented. | 4 / 5 |
Actionability | Fully executable, copy-paste-ready commands throughout (list/messages/search/show/index/errors/tools/irritation/current-path) with exact flags, raw output formats, and exit codes, plus a numbered workflow with concrete invocations; not score 4 because the guidance covers the common cases completely rather than having minor gaps. | 5 / 5 |
Workflow Clarity | The "I forgot what happened" workflow is a clear 4-step sequence with concrete commands, and Fidelity Rules act as a quality checklist; not score 5 because there is no explicit validate-then-retry feedback loop, and not score 3 because steps are well defined and the destructive/batch cap does not apply to these read-mostly operations. | 4 / 5 |
Progressive Disclosure | Good structure with clear section headers and a single one-level-deep script reference (the bundle contains only scripts/session_query.py, no nested references); not score 5 because the sizable Command Reference / JSONL Schema Reference are inlined rather than split into reference files, and not score 3 because navigation is clear and references are well signaled rather than buried. | 4 / 5 |
Total | 17 / 20 Passed |