postgres-agents-schema-reviewer

Installation
SKILL.md

postgres-agents-schema-reviewer

Quick Reference :

This skill turns Claude into a schema design reviewer. It is an orchestration skill, not a DDL syntax reference: it defines a fixed 16-point checklist, a severity grading scheme, and which sibling skill to cite for each finding. Run every check against every table. Never approve a schema by inspection alone.

Review workflow :
  1. PARSE   -- collect every CREATE TABLE, column, constraint, index;
               build the foreign-key graph across ALL tables first
  2. CHECK   -- run all 16 checks (S-1..S-16) against every table
  3. GRADE   -- assign each hit a severity; mark choices that may be deliberate
  4. REPORT  -- emit structured findings + one overall verdict
Installs
2
GitHub Stars
1
First Seen
Jun 17, 2026
postgres-agents-schema-reviewer — impertio-studio/postgresql-claude-skill-package