incident-response-procedures

Create incident response runbooks with severity classification, triage steps, and escalation paths for hypercare.

1|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/vanduc2514/hackathon-lablab-ibm-bob --skill incident-response-procedures-vanduc2514
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: incident-response-procedures
Source: https://github.com/vanduc2514/hackathon-lablab-ibm-bob/tree/main/.bob/skills/incident-response-procedures
Command: npx skills add https://github.com/vanduc2514/hackathon-lablab-ibm-bob --skill incident-response-procedures-vanduc2514

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After a migration or deployment, support teams often lack clear procedures for handling production incidents, leading to slow response times, inconsistent triage, and missed escalations during the critical hypercare period. ## Core Features & Use Cases - Severity Classification: Defines P0-P3 incident levels with concrete examples, response times, and required actions for each tier. - Diagnostic Runbooks: Provides step-by-step troubleshooting guides with actual commands for common failures like high error rates, latency spikes, service outages, and database connection pool exhaustion. - Escalation & Communication: Includes escalation matrices with contact roles, plus ready-to-use templates for incident notifications, status updates, and post-mortem reports. - Use Case: After migrating an e-commerce platform, use this Skill to generate a complete incident response document so the on-call team knows exactly how to classify, diagnose, escalate, and roll back issues during hypercare. ## Quick Start Create an incident response runbook for the hypercare phase using the optimization report, target architecture design, and monitoring setup documents.

Frequently Asked Questions about incident-response-procedures

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an incident response runbook for production systems?▼

Define severity levels (P0-P3) with response times, write triage steps for classifying incidents, and create diagnostic runbooks with specific commands for common failures. Include escalation contacts, communication templates, and rollback procedures validated before deployment.

What severity levels should an incident response plan include?▼

Use four levels: P0 for complete outages requiring immediate response, P1 for major degradation within 30 minutes, P2 for partial degradation within 2 hours, and P3 for minor trends handled next business day. Each level needs clear examples and actions.

What inputs are needed to generate incident response procedures?▼

The Skill requires the optimization report, target architecture design document, monitoring setup with alert definitions, deployment artifacts like rollback procedures, and team contacts including on-call rotation and escalation paths.

When should a rollback be executed during an incident?▼

Execute immediate rollback for P0 incidents like complete outages, data corruption, or security breaches. Consider rollback for P1 incidents unresolved after one hour. Avoid rollback for P2/P3 issues with known workarounds or fixes in progress.

What should a post-incident report contain?▼

Include incident summary with severity and duration, a timeline of events, root cause analysis using techniques like 5 Whys, impact assessment, resolution steps, and preventive actions. Complete the report within 24 hours and update runbooks with learnings.