From postgres
Analyze slow queries and suggest optimizations including missing indexes and query rewrites. Use when investigating query performance, high CPU usage, or slow response times.
How this skill is triggered — by the user, by Claude, or both
Slash command
/postgres:slow-query-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Workflow:
Workflow:
If pg_stat_statements is not installed, guide setup:
npx claudepluginhub abiswas97/bonboncinnabon --plugin postgresAnalyzes slow queries in PostgreSQL, MySQL, MongoDB using EXPLAIN plans, buffer stats, index usage to detect sequential scans, missing indexes, and recommend optimizations.
Optimizes SQL queries for performance using EXPLAIN analysis, indexing strategies, query rewriting, and fixes for issues like N+1 queries or SELECT *. Useful for slow queries and database tuning.
Optimizes slow database queries by analyzing execution plans, suggesting indexes, and rewriting SQL. Useful for slow query, optimize SQL, query performance, or explain query issues.