Content
86%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.
A well-structured, highly actionable skill body built on executable SQL examples, clear constraints, and a properly layered reference table. The main improvement is tightening a few low-value sections and making the workflow's error-recovery loop explicit.
Suggestions
Trim the 'Senior PostgreSQL expert…' intro line and the bottom 'Knowledge Reference' concept list, which restate what Claude already knows.
Add an explicit validate→fix→retry loop in the Core Workflow (e.g. 'If EXPLAIN still shows a Seq Scan after creating the index, revise the index and re-verify').
Avoid duplicating the description's trigger list in the 'When to Use This Skill' section; reference it instead to save tokens.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient concrete SQL and actionable constraints, but the 'Senior PostgreSQL expert…' intro line, the 'When to Use' list echoing the description, and the bottom 'Knowledge Reference' line listing concepts Claude already knows are minor trim candidates. | 4 / 5 |
Actionability | Fully executable, copy-paste-ready SQL throughout — pg_stat_statements query, EXPLAIN (ANALYZE, BUFFERS), CREATE INDEX CONCURRENTLY, GIN index, VACUUM/replication monitoring — plus concrete MUST DO/MUST NOT DO rules covering common cases. | 5 / 5 |
Workflow Clarity | A clear 5-step Core Workflow with explicit verification (Step 4 'Verify the index is used', before/after EXPLAIN), but the validate→fix→retry feedback loop is implied rather than spelled out, which keeps it just below a 5 for these database/batch operations. | 4 / 5 |
Progressive Disclosure | A concise overview body points to five well-signaled one-level-deep references via a 'Load When' table; all referenced files (performance, jsonb, extensions, replication, maintenance) exist in ./references/, giving clean navigation. | 5 / 5 |
Total | 18 / 20 Passed |