incident

Guide production incident response from triage through post-mortem documentation.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/kirvin/copilot-cli-essentials --skill incident-kirvin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: incident
Source: https://github.com/kirvin/copilot-cli-essentials/tree/main/plugins/cpe/skills/incident
Command: npx skills add https://github.com/kirvin/copilot-cli-essentials --skill incident-kirvin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured workflow to manage and respond to production incidents, ensuring efficient triage, investigation, mitigation, and post-mortem analysis.

Core Features & Use Cases

  • Incident Triage: Quickly assess severity and understand the impact of an incident.
  • Investigation Assistance: Provides commands to check recent deployments, workflow runs, and logs.
  • Mitigation Options: Offers guidance on rollback, feature flags, and hotfixes.
  • Communication & Post-mortem: Facilitates clear communication and creates follow-up issues for root cause analysis.
  • Use Case: When a critical service goes down, this Skill helps the on-call engineer rapidly gather information, decide on a course of action, and document the event for future learning.

Quick Start

Use the incident skill to start responding to a production issue.

Frequently Asked Questions about incident

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

FAQPage Schema
What is the best way to handle incident response for critical production issues?

Incident response for production issues requires a structured workflow to triage severity, investigate recent deployments, apply mitigation like rollbacks, and document a post-mortem. This ensures rapid resolution and future root cause analysis.

How do I triage a production incident and assess its impact?

Triage a production incident by quickly assessing its severity and understanding the impact on critical services. This structured approach helps the on-call engineer gather necessary information to decide on an immediate course of action.

Can I use GitHub CLI commands to investigate recent workflow runs during an incident?

Yes, you can use GitHub CLI commands during incident investigation to check git history, review recent workflow runs, and analyze logs. This helps identify recent deployment changes that might have triggered the issue.

What mitigation options are available when a critical service goes down?

Mitigation options for a downed critical service include deploying rollbacks, toggling feature flags, or applying hotfixes. These actions stabilize the production environment while a permanent root cause resolution is developed.

How do I create a post-mortem document after resolving a production incident?

Create a post-mortem after incident mitigation by using structured documentation to facilitate clear communication and creating follow-up issues. This documents the event for future learning and tracks root cause analysis.