managing-incidents

Guide incident response with SRE principles from detection to blameless post-mortems.

503|73|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/ancoleman/ai-design-components --skill managing-incidents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-incidents
Source: https://github.com/ancoleman/ai-design-components/tree/main/skills/managing-incidents
Command: npx skills add https://github.com/ancoleman/ai-design-components --skill managing-incidents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires flask, slack_sdk, google-auth, google-auth-oauthlib, google-auth-httplib2, google-api-python-client, requests, and includes scripts (resource) and references (resource) and examples (resource) components.

What problem does it solve?

This Skill provides a comprehensive framework for managing incidents, from initial detection and response to blameless post-mortems, ensuring efficient resolution and continuous improvement.

Core Features & Use Cases

  • Incident Lifecycle Management: Covers detection, triage, declaration, investigation, mitigation, resolution, and closure.
  • Role Definition: Clearly outlines responsibilities for Incident Commander (IC), Communications Lead, SMEs, and Scribe.
  • Blameless Post-Mortems: Guides teams through conducting effective post-mortems to learn from failures.
  • Use Case: When a critical service outage occurs (SEV0/SEV1), use this Skill to guide the response team through the established incident management workflow, ensuring clear communication and timely resolution.

Quick Start

Use the managing-incidents skill to classify the severity of an ongoing incident.

Frequently Asked Questions about managing-incidents

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

FAQPage Schema
How do I classify the severity of an ongoing service outage for incident management?

Incident management severity classification uses defined SEV0-SEV3 levels to categorize ongoing service outages. You must establish clear severity definitions beforehand to ensure accurate triage, declaration, and timely response during critical incidents.

What are the standard SRE roles and responsibilities during an incident response?

SRE incident response defines specific roles including Incident Commander, Communications Lead, Subject Matter Experts, and Scribe. Assigning these roles ensures structured communication protocols and clear accountability throughout the incident lifecycle from detection to resolution.

How do I conduct a blameless post-mortem after resolving a production incident?

A blameless post-mortem focuses on learning from failures rather than assigning blame after a production incident. The process guides teams through analyzing the incident timeline, identifying root causes, and implementing continuous improvement action items.

Can I use Slack and Google API integrations for automated incident communication?

Yes, incident management workflows support Slack and Google API integrations using slack_sdk and google-api-python-client. These dependencies enable automated communication protocols and streamlined coordination during incident response.

What is the full incident lifecycle covered by SRE incident management practices?

The SRE incident lifecycle covers detection, triage, declaration, investigation, mitigation, resolution, and closure. This comprehensive workflow ensures efficient handling of critical service outages from initial alerting through final post-mortem documentation.

Do I need to pre-define incident communication templates before a SEV0 outage occurs?

Yes, you must establish clear incident communication templates and severity definitions before a SEV0 outage occurs. Having these frameworks prepared in advance ensures rapid, structured response when critical service outages require immediate coordination.