Content
37%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body organizes review categories and provides a usable output template, but it enumerates concepts Claude already knows, lacks a sequenced review workflow with validation, and points to two template files that are missing from the bundle.
Suggestions
Add a numbered review workflow that sequences the existing scripts (e.g., 1. run scripts/analyze-metrics.py, 2. work through security/performance/quality categories, 3. cross-check against the checklist, 4. report via the finding template) with a validation checkpoint before finalizing findings.
Either create the missing templates/review-checklist.md and templates/finding-template.md or remove the references to them so navigation is not broken.
Trim the concept-enumeration bullets (SOLID principles, Big O analysis, design patterns, naming conventions, etc.) to the few non-obvious heuristics Claude would not already apply, keeping the body lean.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is structured rather than prose-padded, but the category sub-bullets enumerate concepts Claude already knows ("SOLID principles", "Big O analysis", "injection vulnerabilities", "Design patterns", "Type safety"), which could be trimmed. | 2 / 3 |
Actionability | The output template (Summary / Critical Issues / Findings by Category) is concrete, and the two scripts exist, but two of the four referenced files (templates/review-checklist.md, templates/finding-template.md) do not exist, leaving key guidance incomplete. | 2 / 3 |
Workflow Clarity | There is no sequenced review process — the body is a category taxonomy plus an output format, with no ordered steps (e.g., run metrics, inspect security, validate findings) or checkpoints tying the scripts to the review flow. | 1 / 3 |
Progressive Disclosure | References are well-signaled with bold names and when-to-read guidance and are one level deep, but navigation is broken because templates/review-checklist.md and templates/finding-template.md are referenced yet absent from the bundle. | 2 / 3 |
Total | 7 / 12 Passed |