debugging-production-issues
Installation
SKILL.md
Debugging Production Issues
Comprehensive workflow for investigating and resolving production issues with minimal downtime and maximum insight.
Quick Start Investigation
graph TB
A[Issue Reported] --> B[Gather Context]
B --> C{Severity}
C -->|Critical| D[Immediate Action]
C -->|High| E[Prioritize]
C -->|Medium| F[Schedule]
C -->|Low| G[Backlog]