Content
92%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is a tight, highly actionable SQL-optimization workflow with a clear sequenced process and an explicit validation step. Its main weakness is progressive disclosure: bundled scripts and references exist but are never linked from the body, leaving supporting material orphaned.
Suggestions
Link the bundled helper scripts from the Instructions (e.g., point step 2 to scripts/explain_query.py and analysis to scripts/analyze_query.py) so supporting material is one level deep and clearly signaled.
Move the inline external documentation URLs in the Resources section into references/ and reference them, keeping the body as an overview that points to detail.
Surface the example_queries.sql asset noted in assets/README.md as a referenced testing fixture in the Examples or Prerequisites section.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean technical prose that assumes Claude's SQL competence and avoids explaining basic concepts (no 'what a JOIN is' filler); each instruction earns its place with domain-specific rationale. It is not level 2 because there is no concept-padding and the content could not be materially tightened without losing actionable detail. | 3 / 3 |
Actionability | It provides concrete, executable guidance: specific SQL rewrites, copy-paste-ready before/after examples, concrete commands ('EXPLAIN ANALYZE', 'SET enable_seqscan = off', 'ANALYZE'), and precise index recommendations like '(customer_id, created_at DESC)'. It is not level 2 because the examples are complete and executable rather than pseudocode. | 3 / 3 |
Workflow Clarity | A clear 10-step numbered sequence includes an explicit validation checkpoint (step 9: test with EXPLAIN ANALYZE and compare) plus a documentation step, with error-recovery guidance in the Error Handling table. It is not level 2 because an explicit validation step is present and the guideline's cap-at-2 (missing validation in risky ops) does not apply. | 3 / 3 |
Progressive Disclosure | The body has well-organized internal sections, but bundled files (scripts/analyze_query.py, scripts/explain_query.py, references/, assets/) are never referenced or linked from the body, so helper content that exists separately is not navigated to. It is above level 1 because the body is sectioned rather than a monolithic wall of text, but below level 3 because the bundle is not signaled and one-level-deep references are absent. | 2 / 3 |
Total | 11 / 12 Passed |