Content
83%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.
The body is an exceptionally lean, actionable PostgreSQL reference with executable SQL for the common cases, but it lacks validation/verification checkpoints around the destructive config and security commands, which caps workflow clarity. Adding a brief verify step after the ALTER SYSTEM / REVOKE block would lift that dimension.
Suggestions
Add a verification step after the config template, e.g. 'Verify: SELECT pg_reload_conf(); then check SHOW max_connections; and confirm existing connections are unaffected before deploying.'
Add a guard before REVOKE/ALTER SYSTEM noting these are cluster-wide changes requiring a restart or reload and should be tested on a non-production instance first.
Consider splitting the anti-pattern detection queries into a separate reference file to push progressive_disclosure toward 5 while keeping SKILL.md as an overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | A lean quick-reference of tables and executable SQL with almost no prose padding; it never explains concepts Claude already knows, and inline comments only justify non-obvious trade-offs (e.g. 'O(1) vs OFFSET'). | 5 / 5 |
Actionability | Copy-paste-ready SQL throughout — index creation, covering/partial indexes, RLS policies, UPSERT, cursor pagination, queue processing, anti-pattern detection, and config templates — covering the common PostgreSQL cases concretely. | 5 / 5 |
Workflow Clarity | Although well-organized, the config-template section issues system-wide/destructive changes ('ALTER SYSTEM SET ...', 'REVOKE ALL ON SCHEMA public FROM public') with no validation or verification checkpoint, and the rubric caps database operations lacking feedback loops at 3. | 3 / 5 |
Progressive Disclosure | Single self-contained file with clear section headers and a well-signaled '関連' (related) section pointing to peer skills/agents one level deep; not a 5 only because substantial content is inlined rather than split into reference files, though this is appropriate for a quick-reference. | 4 / 5 |
Total | 17 / 20 Passed |