incident-response

Guide production incident response through triage, mitigation, and post-mortem analysis.

1|Updated Sep 26, 2025
One-click install
npx skills add https://github.com/pascallammers/mylo-travel-concierge-v2 --skill incident-response-pascallammers
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: incident-response
Source: https://github.com/pascallammers/mylo-travel-concierge-v2/tree/main/.factory/skills/incident-response
Command: npx skills add https://github.com/pascallammers/mylo-travel-concierge-v2 --skill incident-response-pascallammers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured approach to managing and resolving production incidents, minimizing downtime and preventing future occurrences.

Core Features & Use Cases

  • Triage and Severity Assessment: Quickly categorize incidents (P0-P4) to prioritize response.
  • Mitigation and Resolution: Guides through applying hotfixes, rollbacks, and verifying fixes.
  • Post-Mortem Analysis: Facilitates root cause analysis and action item creation to prevent recurrence.
  • Use Case: When a critical service goes down, this Skill helps the on-call engineer quickly assess the impact, initiate mitigation steps, and communicate status effectively to stakeholders.

Quick Start

Use the incident-response skill to manage a P1 production outage.

Frequently Asked Questions about incident-response

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

FAQPage Schema
How do I manage a production outage and triage critical bugs systematically?▼

To manage a production outage, you must triage incidents by assessing severity levels (P0-P4), apply mitigation steps like hotfixes or rollbacks, and follow defined communication protocols to resolve the issue.

What is the best way to conduct a post-mortem analysis after resolving an incident?▼

Post-mortem analysis involves conducting root cause analysis after an incident is resolved and creating specific action items to prevent future recurrence of the same outage or critical bug.

How do I categorize incident severity during triage for production support?▼

Incident triage requires categorizing events into defined severity levels, typically ranging from P0 to P4, to quickly assess impact and prioritize the appropriate response and mitigation efforts.

When do I need to apply a hotfix versus a rollback during incident mitigation?▼

During incident mitigation, apply a hotfix to patch a critical bug directly or execute a rollback to revert to a stable state, ensuring you verify the fix before fully resolving the outage.

Can I use this structured incident response approach for minor production bugs?▼

Yes, this systematic incident resolution approach handles outages and critical bugs by guiding you through detection, triage, mitigation, and post-mortem analysis across various severity levels.