skills/on-call-runbook/SKILL.md
Use when writing runbooks for on-call engineers, documenting incident response steps, or creating operational playbooks
npx skillsauth add kienbui1995/magic-powers on-call-runbookInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When documenting how to respond to alerts, investigate incidents, or operate a system at 3am with no context.
Every runbook should have:
# Alert: [Alert Name]
## Severity
[P1/P2/P3] — [impact if this fires]
## Symptoms
- What does the user experience?
- Which metrics are affected?
## Immediate Actions (first 5 minutes)
1. Acknowledge the alert
2. [Specific command to run first]
3. [Decision point: if X, go to section A; if Y, go to section B]
## Investigation Steps
1. Check [dashboard link] — look for [what to look for]
2. Run: `[exact command]`
3. Check logs: `[exact log query]`
## Common Causes and Fixes
### Cause: [specific cause]
Fix: [exact steps]
### Cause: [another cause]
Fix: [exact steps]
## Escalation
If not resolved in 30 minutes, escalate to: [person/team + how]
## Post-Incident
- Create incident ticket in [system]
- Run postmortem if P1/P2
content-media
Use when designing for XR (AR/VR/MR), choosing interaction modes, or adapting 2D UI patterns for spatial computing
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
Use when you have a spec or requirements for a multi-step task, before touching code
development
Use when executing a structured workflow — select and run a feature, bugfix, refactor, research, or incident template with correct agent and model assignments per phase.