From database-reliability-engineering
Triage and mitigate a live production database incident — classify latency vs errors vs saturation, rank the suspects (lock contention, replication lag, connection storm, runaway query, disk-full, failover), run the per-mode diagnostic, and apply the least-blast-radius reversible mitigation first. Reach for this when a DB is slow/erroring in prod now. Pairs with zero-downtime-migration when a change caused it.
How this skill is triggered — by the user, by Claude, or both
Slash command
/database-reliability-engineering:db-incident-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Diagnose and stop a live database incident under time pressure — safely.
Diagnose and stop a live database incident under time pressure — safely. Stabilize before you fully diagnose.
Least blast radius first. Kill one query before restarting the instance; throttle one source before failing over. Escalate drasticness only as needed, and name what each step risks.
Latency, errors, or saturation? Trace
../../knowledge/dbre-decision-trees.md §4
from the symptom.
For the likely mode, look before you act (every mode has a view/query):
Apply the safest action that stops customer harm. Confirm it helped (watch the SLI), and confirm it didn't shift the problem elsewhere.
Once the bleeding stops, do the full diagnosis. Resist the urge to keep changing things once the incident is contained.
Blameless, timeline-first, contributing factors (not one root cause), detection/mitigation gaps, and action items owned + dated. Separate the systemic fix from the band-aid.
dbre-architect.database-operations-engineer /
zero-downtime-migration.backend-engineering.incident-response-dfir / security-engineering.A triage path (classification → ranked suspects → per-mode diagnostic), the least-blast-radius mitigation applied with its risk named, confirmation via the SLI, and a blameless postmortem with owned action items.
npx claudepluginhub mcorbett51090/ravenclaude --plugin database-reliability-engineeringGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.