Content
85%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 highly actionable, well-sequenced review skill with strong validation feedback loops and clean one-level-deep reference structure. Its main weakness is conciseness: the report-shape discipline is argued repeatedly and rhetorically across several sections where tighter, more uniform wording would hold the same discipline for fewer tokens.
Suggestions
Consolidate the report-shape enforcement into one canonical section and reference it from Step 0/Step 2/Finding format/Report shape, rather than restating the rationale and the 'clobbered skeleton fails the run' warning each time.
Trim the persuasive/rhetorical phrasing ('however good the analysis inside it', 'the worst case in this file', 'costs the review its credibility') into terse imperatives; the discipline survives without the argumentation.
The four-times-repeated `grep -c` validation block could be defined once and invoked by name, with each later mention just naming the check rather than reprinting the command and its 4-expected output.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The guidance is mostly operational and task-specific, but the file is long with repeated rhetorical emphasis on the report-shape discipline ('a run that leaves a differently-shaped file has produced nothing', 'the worst case in this file') restated across Step 0, Step 2, Finding format and Report shape — noticeable over-explanation that could be tightened, fitting the 'mostly efficient but some unnecessary explanation' anchor rather than the lean 4. | 3 / 5 |
Actionability | Provides copy-paste-ready bash (the SECURITY-REVIEW.md skeleton, git diff base resolution, the routing grep table, the `grep -c` validation) plus concrete per-bullet checklists and an exact finding structure, covering the common cases fully executably. | 5 / 5 |
Workflow Clarity | Clear sequence (Step 0 skeleton → Step 1 route → Step 2 work bullets → final shape check) with explicit validation checkpoints (`grep -c` must print 4) run both mid-run and at the end, plus a restore-and-retry feedback loop when the check fails. | 5 / 5 |
Progressive Disclosure | SKILL.md is an overview holding the always-run sections and routing table, with the nine scenario-specific checklists clearly split to `references/checklists.md` and the long-tail compliance classes to `references/compliance.md` — both verified real files — at one level deep with explicit 'open this file when Step 1 routes here' navigation. | 5 / 5 |
Total | 18 / 20 Passed |