一键导入
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