postgres-query-optimization-skill
Diagnose slow PostgreSQL queries with measured plans and one-change-at-a-time fixes.
Diagnose slow PostgreSQL queries with measured plans and one-change-at-a-time fixes.
Find the queries consuming the most total time, inspect their actual execution plans and buffers, and identify the slow node rather than guessing at indexes. The workflow then applies one root-cause change, such as a sargable predicate, index, or statistics update, and reruns the plan to confirm the result. It also accounts for write and storage costs.
Resource types
Use cases
Platforms
Turns an existing app into a multi-tenant SaaS with auth, roles, billing, and onboarding.
Design and generate event-sourced Laravel domains with an approval gate before coding.
Capabilities
Audience
Public GitHub facts last synced Jul 10, 2026.
Generate Laravel 13 code with current framework features and conventions.
Scaffold an append-only admin activity log for Next.js and Supabase.