managing-incidents

Guide incident response from detection through blameless post-mortems using SRE principles.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/masermediagroup-stack/maser-media --skill managing-incidents-masermediagroup-stack
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: managing-incidents
Source: https://github.com/masermediagroup-stack/maser-media/tree/main/.cursor/skills/community/ai-design-components/skills/managing-incidents
Command: npx skills add https://github.com/masermediagroup-stack/maser-media --skill managing-incidents-masermediagroup-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Teams without structured incident processes respond slowly, communicate poorly, and repeat the same failures. This Skill provides a complete incident management framework covering severity classification, on-call rotations, escalation policies, communication protocols, and blameless post-mortems. ## Core Features & Use Cases - Severity Classification: Define SEV0-SEV3 levels with response times, and use the interactive Python classifier script to consistently categorize incidents. - Incident Roles & Workflow: Assign Incident Commander, Communications Lead, SMEs, and Scribe roles with clear responsibilities and handoff procedures. - Runbooks & Post-Mortems: Create executable runbooks with verification and rollback steps, plus blameless post-mortem templates with 5 Whys root cause analysis. - Use Case: After a production API outage, use this Skill to declare the incident with the right severity, coordinate responders, post status page updates every 15 minutes, and run a blameless post-mortem within 48 hours. ## Quick Start Use the managing-incidents skill to help me set up an incident response process with severity levels, an on-call rotation, and a post-mortem template for my team.

Frequently Asked Questions about managing-incidents

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

FAQPage Schema
How do I classify incident severity levels?▼

Classify incidents using impact and urgency criteria: SEV0 for complete outages, SEV1 for major degradation, SEV2 for minor issues, and SEV3 for cosmetic problems. Run the included classify-severity.py script for an interactive questionnaire that recommends a severity level.

How do I run a blameless post-mortem?▼

Schedule the post-mortem within 48 hours, assign a neutral facilitator, walk through the timeline, and use 5 Whys analysis to find systemic root causes. Focus on process failures rather than individuals, and define specific action items with owners and due dates.

What incident management tool should I use?▼

PagerDuty suits enterprises with complex escalation policies, Opsgenie fits Atlassian ecosystem users, and incident.io works well for Slack-native teams. Choose based on team size, budget, and existing tooling integrations.

How often should on-call rotations change?▼

One-week rotations provide the best balance between context retention and burnout prevention. Use a primary plus secondary model where the secondary is paged if the primary does not acknowledge within 5 minutes, and hold a 30-minute handoff call.

When should I escalate an incident?▼

Escalate when there is no progress after 30 minutes, when severity increases such as SEV2 becoming SEV1, or when specialized expertise like database or security knowledge is needed. Avoid escalating when mitigation is actively progressing.