Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-architected instruction skill: actionable tool calls, a clearly sequenced test loop with validation checkpoints, and clean progressive disclosure to real reference files. The only weakness is conciseness — the body repeats the dry-run and tool-rename material and runs long, costing recurring tokens on every run.
Suggestions
Consolidate the dry-run / `emit=false` guidance into one place (Run posture or Test loop) and reference it rather than restating it three times across sections.
Move the legacy `signals-scout-*`→`scout-*` tool-rename aside into a single 'deprecated / old patterns' note instead of repeating it inline in 'The job before the writing'.
Tighten 'Steering with notes' and 'Quality bar for a v1 scout' by leading with the imperative and trimming the rationale sentences that restate earlier points.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean and assumes Claude's competence (no generic concept explanations), but at ~178 lines it repeats some material — the dry-run/`emit=false` guidance and the legacy `signals-scout-*` tool-rename aside each reappear across sections — and could be tightened to fully earn the top anchor. | 2 / 3 |
Actionability | Highly executable: concrete tool calls with arguments (`posthog:scout-create-prepare`, `posthog:scout-config-update`, `posthog:scout-run-now {"id": <config_id>}`), exact parameter ranges (`run_interval_minutes` — 30 to 43200), and copy-ready command sequences. | 3 / 3 |
Workflow Clarity | The standard 'dogfood → run once ready → inspect' loop is explicitly sequenced with validation checkpoints (confirm/hash handshake, async poll of `-runs-list`/`-runs-retrieve`, dry-run as a safety net, budget/quota warnings), and the destructive/batched-run risks carry explicit feedback-loop guidance. | 3 / 3 |
Progressive Disclosure | SKILL.md is a clear overview that pushes depth into real, well-signaled one-level-deep references — `references/scout-patterns.md`, `scout-anatomy.md`, `report-contract.md`, `dedupe-and-memory.md`, `lifecycle-and-testing.md` — each of which exists and is linked with a one-line purpose statement; no nested-reference chaining. | 3 / 3 |
Total | 11 / 12 Passed |