home/categories/sql-databases/muzhicaomingwang-ai-ideas-project-ai-dev-dba-skills-pg-doc-schema-review-skill-md
sql-databasesdatabases

pg-doc-schema-review

Review and fix PRD/BP/tech design Markdown that includes PostgreSQL table DDL and API examples. Use to enforce these conventions: no auto-increment primary keys, no foreign keys, avoid join-based designs, unique constraints written with UNIQUE (not CREATE UNIQUE INDEX), detailed COMMENTs for tables/columns, and entity/aggregate-root tables include create_time and update_time.

muzhicaomingwang
maintainer
muzhicaomingwang
更新於 1/18/2026
星標
1
分支
0
quick start

Installation and usage

Review and fix PRD/BP/tech design Markdown that includes PostgreSQL table DDL and API examples. Use to enforce these conventions: no auto-increment primary keys, no foreign keys, avoid join-based designs, unique constraints written with UNIQUE (not CREATE UNIQUE INDEX), detailed COMMENTs for tables/columns, and entity/aggregate-root tables include create_time and update_time.

安裝
$ install --globalskills.sh
使用

安裝後,您可以通過在終端運行以下命令來使用此技能:

skills use pg-doc-schema-review