Skip to main content
Back to registry

postgresql-expert-best-practices-code-review

wispbit-ai/skills

Simple, pragmatic, opinionated. Only what matters for writing production-grade PostgreSQL queries.

Installs185
Install command
npx skills add https://github.com/wispbit-ai/skills --skill postgresql-expert-best-practices-code-review
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Simple, pragmatic, opinionated. Only what matters for writing production-grade PostgreSQL queries. Reference these guidelines when: Read individual rule files for detailed explanations and code examples: Each rule file contains: - Writing database migrations or schema changes - Creating or modifying PostgreSQL tables and columns - Adding indexes, constraints, or foreign keys - Reviewing database schema for performance issues - Refactoring existing database structures - Optimizing query performance or database design - only-concurrent-indexes - Always use CONCURRENTLY to prevent blocking writes during index creation - add-index-for-foreign-key - Create indexes for foreign keys to improve query performance - unique-constraint - Split unique constraint creation into concurrent index + constraint steps - split-foreign-key - Add foreign keys without validation first, then validate separately - set-column-not-null - Use check constraints before setting NOT NULL to avoid table locks - only-jsonb - Use JSONB instead of JSON for better performance and indexing capabilities - always-include-columns - Include id, created_at, and updated_at in all tables for auditability - limit-non-unique-index - Limit non-unique indexes to maximum three columns for efficiency - index-naming-standards - Use consistent index naming: idx_tablename_columnname - column-naming-standards - Maintain consistent...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does postgresql-expert-best-practices-code-review do?

Simple, pragmatic, opinionated. Only what matters for writing production-grade PostgreSQL queries.

Is postgresql-expert-best-practices-code-review good?

postgresql-expert-best-practices-code-review does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does postgresql-expert-best-practices-code-review work with?

postgresql-expert-best-practices-code-review currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to postgresql-expert-best-practices-code-review?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install postgresql-expert-best-practices-code-review?

npx skills add https://github.com/wispbit-ai/skills --skill postgresql-expert-best-practices-code-review

Related skills

More from wispbit-ai/skills

Related skills

Alternatives in Software Engineering