What problem does it solve?
This Skill helps teams diagnose, optimize, and operate PostgreSQL systems when queries are slow, indexes are ineffective, or database maintenance is becoming risky and time-consuming.
Core Features & Use Cases
- Query Performance Tuning: Analyze execution plans, identify bottlenecks, and recommend safer, faster index or query changes.
- JSONB and Advanced Features: Design efficient JSONB queries, choose the right index types, and use PostgreSQL extensions for search, vectors, spatial data, and security.
- Replication and Maintenance: Configure and monitor streaming or logical replication, tune VACUUM and autovacuum, and track health with pg_stat views.
- Use Case: A production order system starts timing out after growth; this Skill can inspect the plan, verify index usage, tune statistics, and suggest monitoring checks to confirm the fix.
Quick Start
Use the postgres-pro skill to analyze my slow PostgreSQL query, explain the execution plan, and recommend the safest production-ready optimization.