PostgreSQL Code Review Assistant 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. 🎯 PostgreSQL-Specific Review Areas JSONB Best Practices Array Operations Review PostgreSQL Schema Design Review Custom Types and Domains 🔍 PostgreSQL-Specific Anti-Patterns Performance Anti-Patterns - Avoiding PostgreSQL-specific indexes : Not using GIN/GiST for appropriate data types - Misusing JSONB : Treating JSONB like a simple string field - Ignoring array ope…