Content
87%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 tight, executable PostgreSQL reference with excellent conciseness and actionability and clean single-file organization. Its only weakness is workflow clarity: for database configuration and anti-pattern checks it offers no validation or feedback steps, which caps that dimension.
Suggestions
Add a short validation step after the 設定範本 (ALTER SYSTEM) block, e.g. 'Run SELECT pg_reload_conf(); then verify with SHOW work_mem;' to create a config feedback loop.
For the anti-pattern detection queries, add a follow-up note such as 'After identifying unindexed foreign keys, create a matching index and re-run the check to confirm resolution'.
Optionally sequence the slow-query troubleshooting into a small ordered checklist (detect -> explain -> index -> re-measure) so the workflow is explicit rather than implied.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is a lean quick-reference of tables and code with no padding or explanation of concepts Claude already knows (e.g. no 'what is an index' prose); every token earns its place like the level-3 anchor. | 3 / 3 |
Actionability | All examples are complete, executable SQL with inline guidance comments (e.g. the SKIP LOCKED queue query, the composite-index order note), copy-paste ready rather than pseudocode. | 3 / 3 |
Workflow Clarity | This is a quick-reference rather than a multi-step process, but the database-configuration and anti-pattern-detection sections involve operations where no validation/feedback loop is given; per the scoring notes, missing validation for database operations caps workflow_clarity at 2. | 2 / 3 |
Progressive Disclosure | A single self-contained file with well-organized sections and clear headers; no bundle files exist so references are appropriately absent, and the cross-links to the database-reviewer agent and sibling skills are clearly signaled and one level deep. | 3 / 3 |
Total | 11 / 12 Passed |