Content
76%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 content is highly actionable with executable SQL and precise tool-call guidance, a clearly sequenced workflow, and good progressive disclosure that defers the shared report contract to a one-level reference. The main weakness is length — the framing prose around the SQL could be trimmed to improve token efficiency.
Suggestions
Tighten the narrative framing around the SQL blocks (e.g. the push/pull and explore sections repeat the same discriminator/baseline points several times) to lift conciseness from 3 toward 4.
Consider extracting the long 'How a run works' sub-procedures or the MCP tools catalog into a referenced file so the SKILL.md body stays a lean overview.
If the referenced references/report-contract.md is the primary deep dive, add a one-line summary of what it covers at the reference link so readers know whether to follow it in-run.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and assumes Claude's competence (no explanation of what PostHog or a scanner is), but at ~245 lines it is long and carries some padded framing/prose around the SQL that could be tightened without losing clarity. | 3 / 5 |
Actionability | Provides fully executable, copy-paste-ready SQL for the close-out count, roster/pulse read, daily series, and tag concentration, plus exact MCP tool calls with argument specifics (e.g. 'id, not scanner_id', 'status: "failed"') covering the common cases. | 5 / 5 |
Workflow Clarity | A clear sequenced run (Get oriented → Explore → Save memory → Decide → Close out) with strong validation guidance (footguns, status filters, SQL upper bounds), but it is an analytics/authoring flow rather than a destructive/batch operation with explicit validate→fix→retry checkpoints, so it sits just below a clean 5. | 4 / 5 |
Progressive Disclosure | Well-structured with clear section headers; it explicitly offloads the report-channel contract to a one-level-deep reference ('authoring-scouts → references/report-contract.md', readable via skill-file-get) and adds only the replay-vision-specific framing. No bundle directories exist locally, so the in-body structure and the signaled single reference carry the score. | 4 / 5 |
Total | 16 / 20 Passed |