askill
incident-response

incident-responseSafety 90Repository

Incident management, on-call procedures, and runbook execution.

3 stars
1.2k downloads
Updated 12/10/2025

Package Files

Loading files...
SKILL.md

Incident Response

Severity Levels

LevelDescriptionResponse Time
P1Service down15 min
P2Major degradation30 min
P3Minor impact4 hours
P4No impactNext business day

Incident Flow

Alert → Acknowledge → Assess → Mitigate → Resolve → Postmortem
          │             │         │
          └── Page ─────┴── Communicate

On-Call Checklist

  1. Acknowledge alert within SLA
  2. Assess impact and severity
  3. Communicate status to stakeholders
  4. Mitigate - Stop the bleeding
  5. Investigate root cause
  6. Resolve underlying issue
  7. Document in postmortem

Communication Template

🔴 INCIDENT: [Brief description]
Impact: [Who/what is affected]
Status: [Investigating/Mitigating/Resolved]
ETA: [Expected resolution time]
Updates: [Channel/page]

Common Runbooks

High CPU

  1. Identify process: top -c
  2. Check for runaway processes
  3. Scale horizontally if needed
  4. Investigate root cause

Out of Disk

  1. Check usage: df -h
  2. Find large files: du -sh /* | sort -h
  3. Clear logs/temp files
  4. Add storage or archive

Database Slow

  1. Check connections: SHOW PROCESSLIST
  2. Identify slow queries
  3. Kill blocking queries if needed
  4. Scale or optimize

Escalation Path

On-Call Engineer (15 min)
    ↓
Team Lead (30 min)
    ↓
Engineering Manager (1 hour)
    ↓
VP Engineering (2 hours)

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

82/100Analyzed 2/16/2026

A well-structured incident response skill with severity levels, runbooks, escalation paths, and communication templates. Good technical reference content with actionable commands.

90
90
85
80
75

Metadata

Licenseunknown
Version-
Updated12/10/2025
Publishertimequity

Tags

database