원클릭으로
incident
Production incident response — triage, diagnose, fix, restore, document
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Production incident response — triage, diagnose, fix, restore, document
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Spawn recursive agent armies — swarms that spawn swarms, sandbox armadas, full lifecycle assault
Full rebuild — tear down broken service, scaffold fresh, migrate data, deploy, verify
Dynamic swarm orchestration — decompose any task into parallel agent waves, execute, merge results
One-command deployment — detect stack, build, ship, verify, report URL
Generate complete runnable projects from a description — API, CLI, MCP server, full-stack app
Connect any two services — webhooks, MCP tools, API adapters, data pipelines
| name | incident |
| description | Production incident response — triage, diagnose, fix, restore, document |
| level | 4 |
| triggers | ["incident","production down","service down","on fire","everything is broken"] |
| user-invocable | true |
| pipeline | ["firefighter (triage + fix) → monitor (verify recovery) → architect (permanent fix plan)"] |
When something is down in production, this skill coordinates a rapid response: triage the severity, diagnose the root cause, apply the fastest safe fix, verify recovery, and document everything.
Spawn firefighter agent:
Firefighter continues:
Apply the fastest safe fix:
Spawn monitor agent:
Write incident report:
## Incident: [TITLE]
- **Severity**: SEV[X]
- **Duration**: [X minutes]
- **Root cause**: [one sentence]
- **Fix**: [what was done]
- **Needs permanent fix**: [yes/no]
- **Timeline**: [timestamped events]
If the fix was a bandaid:
architect to design proper fix