debug-slow-queries

Installation
SKILL.md

Debug Slow Queries

Quick Start

Goal: go from "slow" to a verified fix with minimal risk.

When to use this skill

  • p95 latency spikes, timeouts, or sudden cpu growth tied to database load
  • a deploy introduces query regression
  • tables grow and plans flip (index → seq scan, join strategy changes)

inputs to collect (before changing anything)

Installs
13
GitHub Stars
9
First Seen
Feb 28, 2026
debug-slow-queries — antonrisch/db-skills