🔐 Incident Response / On-Call
Group Skill — Orchestrates sub-skills for responding to production incidents. Activate by saying: "Respond to incident" or "production is down"
When to Use
- Production is down or degraded
- Need to respond quickly to an incident
- Running postmortem and root cause analysis
Step-by-Step Workflow
Step 1: Triage
Skill: incident-response-incident-response
- Execute incident playbook
- Assess severity
- Notify stakeholders
Step 2: Diagnose
Skill: systematic-debugging / error-diagnostics-smart-debug
- Find root cause
- Eliminate hypotheses
- Analyze error patterns
Step 3: Trace
Skill: distributed-tracing / distributed-debugging-debug-trace
- Follow request flow
- Identify failure points
- Check service dependencies
Step 4: Logs
Skill: prometheus-configuration / grafana-dashboards
- Analyze logs
- Check metrics
- Review dashboards
Step 5: Fix
Skill: debugger
- Apply hotfix
- Minimize blast radius
- Test fix in staging
Step 6: Verify
Skill: test-automator / e2e-testing
- Confirm fix works
- Run regression tests
- Monitor after deploy
Step 7: Postmortem
Skill: incident-runbook-templates / postmortem-writing
- Document what happened
- Identify root cause
- Define prevention measures
Step 8: Alert
Skill: pagerduty-automation
- Notify team
- Update status page
- Close incident
Completion
Incident is resolved, documented, and prevention measures defined. 🔐
Sub-Skills Referenced
incident-response-incident-responsesystematic-debuggingerror-diagnostics-smart-debugdistributed-tracingdistributed-debugging-debug-traceprometheus-configurationgrafana-dashboardsdebuggertest-automatore2e-testingincident-runbook-templatespostmortem-writingpagerduty-automation