Install
openclaw skills install incident-triageStructured incident triage for alerts from any monitoring source. Five-step framework: classify severity, scope blast radius, correlate with recent changes, investigate by alert type, and act (summarize, create ticket, escalate). Parses alerts from PagerDuty, Datadog, CloudWatch, Sentry, uptime monitors, GitHub Actions, AWS SNS/EventBridge, and custom webhooks. Customizable escalation policy and runbook. Uses `gh` CLI for deploy correlation. Use when: an alert fires, something is down, error rates spike, a deployment fails, investigating an incident, triaging a monitoring alert, responding to a page, or an exception tracker reports a new or regressed error.
openclaw skills install incident-triageStructured incident triage for alerts from any monitoring source. Five steps, consistent every time.
Pass in the raw alert message, a link to the alert, or a description of what's happening.
When an alert appears:
Read references/triage-framework.md for the full framework with checklists and bash snippets for each step.
Before starting the triage framework, identify the alert source and extract key fields.
Read references/alert-patterns.md for patterns covering PagerDuty, Datadog, CloudWatch, Sentry, uptime monitors, GitHub Actions, AWS SNS/EventBridge, and custom webhooks.
When to page, when to watch, when to close. Severity-based response times and communication templates.
Read references/escalation-guide.md for defaults — customize for your team's on-call structure.
During Step 4 (Investigate), load references/runbook-template.md to find service health endpoints, dashboards, log locations, and common fixes.
⚠️ This file is a template — it must be filled in before use. If it still contains
<!--placeholder comments, tell the user to populate it with their actual infrastructure before relying on it during an incident.
The scripts/ directory contains helper scripts for the correlation and action steps:
scripts/correlate-recent-deploys.sh — list recent CI/CD runs for a repo (Step 3)scripts/correlate-recent-merges.sh — list recently merged PRs for a repo (Step 3)scripts/create-incident-issue.sh — create a GitHub incident issue (Step 5)