Content
92%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a tight, actionable orchestration layer with a clear cycle-based workflow and an explicit validation gate, scoring well on conciseness, actionability, and workflow clarity. Its main weakness is progressive-disclosure integrity: one referenced audit file is missing and the primary guide path does not match the actual bundle root.
Suggestions
Fix or remove the dead reference: 'audits/review-cost-circuit-breaker.md' is not present in the bundle — either add the file under references/audits/ or point to one of the existing audits (decile-anchors.md, mcp-tool-description-budget.md).
Align the guide path with the bundle: cite 'references/pr-review-guide.md' (or a path that resolves from the skill root) instead of '.agents/skills/pr-review/references/pr-review-guide.md'.
Define the closure shorthand (RC2, A+FU, D+S, V-B-A) inline in one phrase or in the loaded template so the dispatch body is self-contained without the references.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is ~150 words and assumes Claude's competence without explaining what a PR or a memory sweep is; every line dispatches work ('use the view_file tool to read ...', 'run a ... query_raw_memories / query_summaries sweep'), matching the lean-and-efficient anchor; not a 2 because there is no padded explanation of known concepts. | 3 / 3 |
Actionability | Gives concrete, executable dispatch: named tool ('view_file'), named files ('pr-review-guide.md', 'pr-review-template.md', 'pr-review-followup-template.md'), a call budget ('3–10-call'), and a cycle/closure decision rule; not a 2 because instructions are specific commands rather than vague description or pseudocode. | 3 / 3 |
Workflow Clarity | Sequences a multi-step process by cycle (Cycle 1 full template, Cycle N≥2 followup delta, budgeted closure at RC2 / >24KB) with an explicit pre-scoring validation checkpoint ('before scoring, run a ... sweep ... The sweep RESULT is the V-B-A'); not a 2 because the validation gate is explicit rather than missing or merely implied. | 3 / 3 |
Progressive Disclosure | The cycle-based dispatch to one-level-deep references is well-signaled, but scored against the actual bundle it is unreliable: 'audits/review-cost-circuit-breaker.md' does not exist in references/audits/ (only decile-anchors.md and mcp-tool-description-budget.md are present) and the guide is cited at '.agents/skills/pr-review/references/pr-review-guide.md' rather than the bundle's 'references/pr-review-guide.md'; not a 3 because easy navigation is broken by the dead and misrooted paths, not a 1 because the references are clearly signaled and not deeply nested. | 2 / 3 |
Total | 11 / 12 Passed |