Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/AsiaOstrich/universal-dev-standards --skill incident명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| source | ../../../../skills/incident-response-assistant/SKILL.md |
| source_version | 1.0.0 |
| translation_version | 1.0.0 |
| last_synced | "2026-03-24T00:00:00.000Z" |
| status | current |
| description | [UDS] 引導事故回應、根因分析和事後檢討文件撰寫 |
| name | incident |
| allowed-tools | Read, Write, Grep, Glob |
| scope | universal |
| argument-hint | [incident description or severity | 事故描述或嚴重程度] |
語言: English | 繁體中文
引導結構化的事故回應流程,從偵測到事後檢討。
| 等級 | 名稱 | 標準 | 回應時間 |
|---|---|---|---|
| SEV-1 | 重大 | 全面服務中斷、資料遺失 | 立即(< 15 分鐘) |
| SEV-2 | 高 | 主要功能降級、部分中斷 | < 30 分鐘 |
| SEV-3 | 中 | 次要功能受影響、有替代方案 | < 4 小時 |
| SEV-4 | 低 | 外觀問題、最小用戶影響 | 下一個工作日 |
DETECT ──► TRIAGE ──► MITIGATE ──► RESOLVE ──► POST-MORTEM
偵測 分級 緩解 解決 事後檢討
監控告警、使用者回報、錯誤量飆升。
指定嚴重等級、識別事故指揮官(IC)。
套用暫時修復:回滾、功能開關、流量切換。
根因分析、實作正確修復、部署。
記錄時間軸、影響範圍、根因、行動項目。
## 事後檢討:[事故標題]
**日期**: YYYY-MM-DD | **嚴重程度**: SEV-N | **持續時間**: Xh Ym
### 時間軸
| 時間 | 事件 |
|------|------|
| HH:MM | 告警觸發 |
| HH:MM | 指派事故指揮官 |
| HH:MM | 套用緩解措施 |
| HH:MM | 解決 |
### 影響
- 受影響用戶數:N
- 營收影響:$N
- SLA 違反:是/否
### 根本原因
[根本原因描述]
### 行動項目
| 行動 | 負責人 | 截止日期 | 優先級 |
|------|--------|----------|--------|
| [修復] | @name | YYYY-MM-DD | P0 |
[SEV-N] [服務名稱] — [簡短描述]
狀態:調查中 / 緩解中 / 已解決
影響:[誰受到影響及如何影響]
下次更新:[時間]
/incident - 顯示完整事故回應指南/incident "API 500 errors" - 特定事故引導回應/incident --post-mortem - 產生事後檢討模板/incident --sev1 - SEV-1 快速回應清單/incident 完成後,AI 助手應建議:
事故回應指引已提供。建議下一步:
- 執行
/commit建立修復提交- 執行
/code-review審查修復變更- 執行
/docs更新文件- 執行
/security檢查安全影響
[UDS] 以 Claude 原生 Agent tool 编排多任务执行计划(DAG-based,无外部引擎)。 Use when: executing a plan.json file with parallel/sequential task dependencies. Keywords: orchestrate, plan, execute, DAG, task plan, 编排, 执行计划, 并行.
[UDS] 从 Spec 文档、OpenSpec 变更或自由文本需求生成 plan.json。 Use when: converting specifications into executable task plans for /orchestrate. Keywords: plan, spec, task plan, 计划, 规格, 任务, plan.json, DAG.
[UDS] AI 辅助 git push 安全层:质量门禁 + 协作护栏。 Use when: pushing commits, force pushing, pushing to protected branches, pushing feature branches. Keywords: git push, force push, protected branch, quality gate, push receipt, PR automation, 推送, 保护分支, 质量门禁.