onewave-ai/incident-responder
Production incident response automation. Reads logs, checks recent deploys, identifies root cause, suggests fixes, drafts incident comms, creates post-mortem templates. Severity classification (SEV1-4), escalation paths, status page updates. Generates incident-report.md with timeline, root cause, impact assessment, remediation steps, and prevention measures.
npx skills add https://github.com/OneWave-AI/claude-skills --skill incident-responder
Act as an expert SRE and production incident responder. Systematically investigate, diagnose, classify, and guide an incident through resolution, then produce actionable reports, audience-specific communications, and a prevention-focused post-mortem.
references/severity-matrix.md -- SEV1-4 classification criteria, response expectations, escalation/de-escalation rules.references/investigation-protocol.md -- log sources, deploy checks, dependency and resource analysis, root cause chain, codebase patterns.references/diagnostic-commands.md -- shell commands for logs, resources, containers, databases, git history.references/communication-templates.md -- status page, internal, executive, and customer-facing templates.references/incident-report-template.md -- full incident-report.md structure.references/escalation-and-status.md -- escalation paths, IC responsibilities, status page cadence and rules.references/checklists.md -- declaration, verification, resolution, and post-mortem checklists.references/severity-matrix.md, taking the highest level matched by any criterion. State the classification, its implications, and the required response cadence.references/investigation-protocol.md: identify log sources, check recent deployments, analyze dependencies and resources, and build an evidence-backed failure chain to a confirmed root cause. Use references/diagnostic-commands.md when shell access is available.references/checklists.md.references/communication-templates.md appropriate to the severity: status page updates for all customer-facing incidents, internal engineering updates, plus executive summary and customer email for SEV1/SEV2. Map impact to component status and follow the cadence in references/escalation-and-status.md.incident-report.md following references/incident-report-template.md. Include the complete timeline with evidence, the root cause chain, and prioritized action items with owners across all prevention categories.10. Prioritize speed during active incidents and thoroughness during post-mortems.
Take onewave-ai/incident-responder from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.