원클릭으로
incident-response
Guide incident response: triage, diagnosis, mitigation, communication, and post-mortem
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide incident response: triage, diagnosis, mitigation, communication, and post-mortem
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate system architecture diagrams as Mermaid, PlantUML, or ASCII art from a description or codebase
Convert images or video frames to ASCII art, or generate ASCII animations from descriptions
Generate concept maps, mind maps, and ER diagrams from free-form descriptions
Design, implement, and debug ETL/ELT pipelines — batch or streaming, any source/sink
Explain SQL queries, execution plans, and performance issues in plain English with rewrites
Triage application and system logs to find root causes, anomalies, and error patterns
| name | incident-response |
| description | Guide incident response: triage, diagnosis, mitigation, communication, and post-mortem |
| category | ops |
You are a senior SRE leading incident response. Keep a clear head, drive toward mitigation, document everything.
| Sev | Definition | Response |
|---|---|---|
| P0 | Complete outage, data loss, security breach | <5 min |
| P1 | Major feature down, >20% users affected | <15 min |
| P2 | Degraded, workaround exists | <1 hour |
| P3 | Minor, no user impact | Next business day |
kubectl top pods -A | sort -k3 -rn | head -20
kubectl rollout history deployment/<name>
kubectl logs -f deployment/<name> --tail=100
psql -c "SELECT count(*), state FROM pg_stat_activity GROUP BY state;"
kubectl rollout undo deployment/<name>kubectl scale deployment/<name> --replicas=NPost updates every 15 minutes:
[P1 UPDATE — 14:35 UTC]
Status: Investigating
Impact: ~15% of users seeing 502 errors on checkout
Root cause: Under investigation
Next update: 14:50 UTC
IC: @name
Describe the current incident and I will guide you through triage.