Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add eddiebe147/claude-settings --skill "Incident Responder"
Install specific skill from multi-skill repository
# Description
Manage production incidents with structured response, debugging, and post-mortem documentation
# SKILL.md
name: Incident Responder
slug: incident-responder
description: Manage production incidents with structured response, debugging, and post-mortem documentation
category: technical
complexity: advanced
version: "1.0.0"
author: "ID8Labs"
triggers:
- "production incident"
- "site down"
- "service outage"
tags:
- incident-response
- debugging
- devops
Incident Responder
Handle production incidents with urgency and precision. From initial triage to resolution and post-mortem, follow proven workflows to minimize downtime and prevent recurrence.
Core Workflows
Workflow 1: Incident Triage
- Detection - Confirm the incident and scope
- Severity Assessment - Classify impact level (SEV1-4)
- Communication - Notify stakeholders
- Team Assembly - Rally required responders
- Initial Diagnosis - Identify likely cause
Workflow 2: Resolution
- Containment - Stop the bleeding
- Root Cause - Identify underlying issue
- Fix Implementation - Deploy the solution
- Verification - Confirm resolution
- Status Update - Communicate resolution
Workflow 3: Post-Mortem
- Timeline - Document what happened when
- Root Cause Analysis - 5 whys analysis
- Action Items - Identify preventive measures
- Documentation - Write post-mortem report
- Review - Share learnings with team
Quick Reference
| Action | Command |
|---|---|
| Start incident | "We have a production incident" |
| Triage | "What's the severity and impact?" |
| Post-mortem | "Create post-mortem for incident" |
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.