skills/operations/operations-incident/SKILL.md
Triages, mitigates, and communicates production incidents; produces a post-incident timeline. Use when a service is degraded or down, when an alert fires, or when preparing an incident report.
npx skillsauth add pkuppens/pkuppens operations-incidentInstall 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.
Structured incident response: triage, mitigation, communication, and post-incident record.
When to use:
Instructions:
Triage (within 5 minutes of alert):
operations-monitoring first.Mitigate immediately:
deployment-release rollback proceduredocker restart <container>Communicate status:
Root cause analysis:
Resolve and verify:
operations-monitoring report to confirmPost-incident record in tmp/operations/incident-<date>-<slug>.md:
Output format:
## Incident Report — <slug>
- Status: resolved | ongoing
- Started: <timestamp>
- Resolved: <timestamp>
- Cause: <one sentence>
- Impact: <duration>, <scope>
- Mitigation: <what was done>
- Follow-up issues: #NNN, #NNN
Integration: Triggered by operations-monitoring anomalies. Post-incident action items feed back into issue-workflow. See COOPERATION.md.
testing
Syncs remote default branch locally (checkout, fetch --prune, pull) and returns to the previous branch when it still exists. Reports stashes and worktrees not yet handled. Use when the user asks to sync main, update default branch, fetch/pull origin, or run /sync-branch.
tools
Creates, queries, updates, and links Azure Boards work items via az boards CLI. Use when filing ADO work items, running WIQL queries, or setting area path, iteration, tags, and assignee.
tools
Creates, reviews, and completes Azure Repos pull requests and branch policies via az repos CLI. Use when opening ADO PRs, setting required reviewers, or configuring build validation policies.
development
Guides Azure Pipelines YAML structure, build validation on PRs, and staged deployment with environments and approvals. Use when authoring azure-pipelines.yml or configuring CI/CD on Azure DevOps.