Content
80%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.
An exemplary progressive-disclosure index: lean, well-categorized, with all referenced files present and complete. Its weak spot is workflow clarity — it routes Claude to the right reference but provides no explicit decision sequence or validation checkpoint, which matters for database operations.
Suggestions
Add a short 'How to apply' workflow with an explicit sequence (e.g. 1. identify the slow query, 2. run EXPLAIN ANALYZE, 3. match symptoms to the relevant rule category, 4. apply the correct pattern, 5. re-run EXPLAIN ANALYZE to verify) so Claude has a validated loop rather than only a catalog.
Include one inline minimal example (e.g. the EXPLAIN ANALYZE before/after for missing-index) in the body so the single most common case is actionable without opening a reference file.
Add a brief validation checkpoint note in 'How to Use' reminding Claude to verify any schema/index change with EXPLAIN ANALYZE before considering it done, addressing the database-operations feedback-loop gap.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is a lean index — a priority table and one-line rule summaries with no explanation of concepts Claude already knows (no 'what an index is' padding); every line earns its place, matching the 5 anchor. | 5 / 5 |
Actionability | Provides concrete routing guidance: each rule is named, one-line-described, and filed under a prioritized category, and the listed reference files (verified present) hold executable incorrect/correct SQL plus EXPLAIN output. Sits below 5 only because the body itself contains no inline executable SQL example — the executable detail is delegated one level deep. | 4 / 5 |
Workflow Clarity | The priority table implies a critical-to-incremental ordering and 'How to Use' says to read files as needed, but there are no explicit workflow steps or validation checkpoints; given this skill touches database operations, the absence of any validate/verify checkpoint caps it at 3 rather than 4. | 3 / 5 |
Progressive Disclosure | Clean overview/index with 31 rules split across 8 categorized reference files exactly one level deep, all referenced paths verified to exist (every query-/conn-/security-/schema-/lock-/data-/monitor-/advanced- prefix maps to a real file), with well-signaled navigation — matches the 5 anchor. | 5 / 5 |
Total | 17 / 20 Passed |