Content
20%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a verbose, persona-driven capability catalog that restates widely-known concepts and provides almost no executable guidance. Its one progressive-disclosure reference points to a non-existent file, and the only workflow is an abstract 10-phase list.
Suggestions
Collapse the capability/knowledge/behavioral bullet walls into a short overview, moving detailed checklists into real reference files (e.g. references/security-checklist.md) that actually exist.
Replace abstract phases with concrete, runnable guidance: example review commands (e.g. `semgrep scan --config p/owasp-top-10 .`), example review-comment templates, and specific verification steps.
Add validation checkpoints to the review workflow (e.g. 'run static analysis, confirm findings against the diff, then triage by severity') and fix or remove the broken `resources/implementation-playbook.md` reference.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~170-line body is a wall of capability bullets restating concepts Claude already knows (OWASP Top 10, SOLID, N+1, cyclomatic complexity, Clean Code), matching the level-1 'verbose; explains concepts Claude knows; padded' anchor. It cannot be level 2 because almost every token is restatement rather than novel, actionable guidance. | 1 / 3 |
Actionability | The body describes rather than instructs: no executable code, commands, or concrete tool invocations, only abstract capability lists and phases like 'Apply automated tools for initial analysis'. The single concrete reference (`resources/implementation-playbook.md`) points to a file that does not exist, so it does not reach level 2. | 1 / 3 |
Workflow Clarity | A 10-step 'Response Approach' sequence is present, but the steps are abstract phases with no validation checkpoints or concrete commands. It is above level 1 because a real numbered sequence exists, but below level 3 due to absent validation/feedback loops and lack of specificity. | 2 / 3 |
Progressive Disclosure | Section headers provide some organization, but the bulk of capability content is inline monolithic text that should live in separate reference files, and the one reference (`resources/implementation-playbook.md`) is broken (no `resources/` directory exists). It is not level 3 (references not well-signaled/valid) and not level 1 (headers give real structure). | 2 / 3 |
Total | 6 / 12 Passed |