Skip to main content
Back to registry

postgresql-code-review

github/awesome-copilot

Expert PostgreSQL code review for ${selection} (or entire project if no selection). Focus on PostgreSQL-specific best practices, anti-patterns, and quality standards that are unique to PostgreSQL.

Installs7
Install command
npx skills add https://github.com/github/awesome-copilot --skill postgresql-code-review
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Expert PostgreSQL code review for ${selection} (or entire project if no selection). Focus on PostgreSQL-specific best practices, anti-patterns, and quality standards that are unique to PostgreSQL. Focus on PostgreSQL's unique capabilities and ensure the code leverages what makes PostgreSQL special rather than treating it as a generic SQL database. - Avoiding PostgreSQL-specific indexes : Not using GIN/GiST for appropriate data types - Misusing JSONB : Treating JSONB like a simple string field - Ignoring array operators : Using inefficient array operations - Poor partition key selection : Not leveraging PostgreSQL partitioning effectively - Not using ENUM types : Using VARCHAR for limited value sets - Ignoring constraints : Missing CHECK constraints for data validation - Wrong data types : Using VARCHAR instead of TEXT or CITEXT - Missing JSONB structure : Unstructured JSONB without validation - Data Type Optimization : Ensure PostgreSQL-specific types are used appropriately - Index Strategy : Review index types and ensure PostgreSQL-specific indexes are utilized - JSONB Structure : Validate JSONB schema design and query patterns - Function Quality : Review PL/pgSQL functions for efficiency and best practices - Extension Usage : Verify appropriate use of PostgreSQL extensions - Performance Features : Check utilization of PostgreSQL's advanced features - Security Implementation...

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-code-review do?

Expert PostgreSQL code review for ${selection} (or entire project if no selection). Focus on PostgreSQL-specific best practices, anti-patterns, and quality standards that are unique to PostgreSQL.

Is postgresql-code-review good?

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

What agent does postgresql-code-review work with?

postgresql-code-review currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to postgresql-code-review?

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

How do I install postgresql-code-review?

npx skills add https://github.com/github/awesome-copilot --skill postgresql-code-review

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering