Content
100%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.
A lean, information-dense skill body that supplies exactly the non-obvious operational knowledge Claude lacks (warehouse schemas, scan-pruning floors, merge-queue gate semantics, attribution rules) with executable SQL correctly split into a verified reference. Workflow is explicitly sequenced with validation checkpoints and feedback loops; structure is textbook progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense and assumes Claude's competence throughout — it never explains what CI, pytest, or fingerprints are, and every prose block (cross-branch=trunk reasoning, the created_at_raw pruning trick, merge-queue gate semantics) is non-obvious domain logic that earns its tokens. | 5 / 5 |
Actionability | Names specific MCP tools, exact view columns, concrete query references, and an ASCII boundary diagram, with copy-paste-ready executable SQL correctly delegated to the verified references/investigation-queries.md file — fully executable end to end. | 5 / 5 |
Workflow Clarity | Clear sequence (fingerprint query 1 → shape table → trunk-boundary query 2 → culprit/fix, or flaky corroboration) with explicit validation checkpoints (confidence check before naming, window-mismatch detection, freshness check query 5, retry-attribution reading) and feedback loops (widen window + check adjacent commit). | 5 / 5 |
Progressive Disclosure | SKILL.md is a well-structured overview (workflow, decision tables, caveats, surface-choice table) that delegates the bulk SQL to one clearly signaled, one-level-deep reference file which exists on disk and is itself well-organized — easy to navigate. | 5 / 5 |
Total | 20 / 20 Passed |