Debugging & Incident Analysis Prompts
Systematic troubleshooting prompts that guide LLMs to analyze stack traces, analyze race conditions, and form verified fix hypotheses rather than guessing randomly.
Curated Prompts in Debugging & Incident Analysis
All CategoriesProduction Exception & Stack Trace Root-Cause Analyzer
Analyze production stack traces, error logs, and surrounding code using hypothesis-driven debugging.
Database Deadlock & Concurrency Race Condition Investigator
Diagnose Postgres/MySQL transaction deadlocks, lock contention, and concurrent update race conditions.
API Performance Regression & N+1 Query Debugger
Identify slow database queries, serialization bottlenecks, and memory churn in sluggish API endpoints.
Node.js & V8 Memory Leak / CPU Spike Investigator
Analyze heap snapshots, unclosed event listeners, and runaway closures causing Node.js OOM crashes.
Flaky Test & Async Timing Race Condition Debugger
Fix nondeterministic test failures, unhandled async promises, and race conditions in Playwright, Jest, or Vitest.
Explore Other Prompt Domains
Browse prompts tailored for other engineering disciplines and workflows.
Code Review & Quality
Rigorous pull request and service audits focusing on correctness, concurrency, and security.
Architecture & API Design
System design reviews, schema indexing, and backward-compatible REST/gRPC API contracts.
Testing & QA
Comprehensive test suite generation spanning boundary conditions, mutation tests, and mocks.
Refactoring & Modernization
Safe legacy codebase transformation, async modernization, and design pattern refactoring.
Agile, Scrum & Product Specs
User story refinement, Gherkin acceptance criteria, and atomic ticket task decomposition.
DevOps, CI/CD & Cloud
Multi-stage Docker optimization, Kubernetes manifests, and zero-downtime database migrations.
AI Coding Agents & Rules
Context prompts, .cursorrules generation, and autonomous subagent execution loops.