Guides runbook creation, maintenance, drill planning, and coverage reporting for on-call teams. Use when writing runbooks, planning drills, or auditing coverage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/universal-dev-standards:runbook-assistant [create|drill|coverage] [alert name or type | 告警名稱或類型][create|drill|coverage] [alert name or type | 告警名稱或類型]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Language**: English | [繁體中文](../../locales/zh-TW/skills/runbook-assistant/SKILL.md)
Language: English | 繁體中文
Guide runbook writing, maintenance, drill exercises, and coverage reporting.
引導 Runbook 撰寫、維護、演練和覆蓋率報告。
| Capability | Description | 說明 |
|---|---|---|
| Create Runbook | Generate runbook from standard template (7 sections) | 從標準範本產生 Runbook |
| Drill Planning | Schedule and record drill exercises | 規劃和記錄演練 |
| Coverage Report | Check runbook coverage for P1-P4 alerts | 檢查告警的 Runbook 覆蓋率 |
| Quality Review | Verify runbook quality (6 principles) | 驗證 Runbook 品質 |
| Staleness Check | Identify overdue runbook reviews | 識別過期需審查的 Runbook |
/runbook # Show runbook guide
/runbook create "api-latency-high" # Create runbook for alert
/runbook drill # Plan drill exercises
/runbook coverage # Generate coverage report
Runbook 引導完成。建議下一步:
- 執行
/observability --alerting連結告警到 Runbook ⭐ 推薦- 執行
/incident --postmortem從事故更新 Runbook- 執行
/checkin提交變更
Any deploy runbook that includes a destructive-update pattern (stop → swap → start) MUST follow the Defensive Deployment Ordering sequence: extract to staging → verify → only then touch the live install. Skipping the verify step has caused real production outages.
任何包含 destructive-update(stop → swap → start)的部署 runbook 必須遵循 Defensive Deployment Ordering 順序:解壓到 staging → verify → 通過後才動 live install。跳過 verify 步驟已造成真實生產事故。
npx claudepluginhub asiaostrich/universal-dev-standards --plugin universal-dev-standardsGuides writing SRE runbooks for on-call engineers to diagnose and resolve incidents. Includes alert headers, triage checklists, branching resolution paths, rollback steps, and escalation criteria.
Runbook templates, escalation procedures, playbooks, and incident playbooks.
Creates operational runbooks for incident response, deployments, and maintenance. Links to DEP-, RISK-, MON-, ARC-, TECH-, and API- entries with step-by-step procedures and escalation paths.