About
Enhances database performance by providing a systematic workflow for analyzing and refining PostgreSQL queries. This skill guides users through reading EXPLAIN plans, identifying efficient indexing strategies, and resolving common bottlenecks such as N+1 queries, inefficient JOINs, and slow pagination. By establishing performance baselines and following production-grade optimization patterns, it ensures applications remain responsive and resource-efficient as data scales.