incident-response

Manages incident response workflows from triage through blameless postmortem generation.

3|Updated Jun 29, 2026
One-click install
npx skills add https://github.com/ruskicoder/system-prompts --skill incident-response-ruskicoder
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: incident-response
Source: https://github.com/ruskicoder/system-prompts/tree/main/prompt-orchestrator/.opencode/skills/incident-response
Command: npx skills add https://github.com/ruskicoder/system-prompts --skill incident-response-ruskicoder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When production incidents occur, teams often scramble without structure—unclear severity, inconsistent status updates, and postmortems that never get written. This Skill provides a guided workflow covering triage, communication, mitigation, and postmortem documentation so nothing falls through the cracks. ## Core Features & Use Cases - Severity Triage: Classifies incidents as SEV1 through SEV4 with defined response-time expectations and role assignments (incident commander, comms, responders). - Status Updates: Generates structured incident updates with current status, actions taken, next steps, and an event timeline. - Blameless Postmortems: Produces postmortem documents with impact summary, timeline reconstruction, 5-whys root cause analysis, and action items with owners. - Use Case: Your API goes down at 2 AM. Run the skill with the alert description to classify severity, draft a stakeholder status update, and later generate the full postmortem once resolved. ## Quick Start Ask the assistant to start a new incident response for the current production outage and classify its severity.

Frequently Asked Questions about incident-response

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

FAQPage Schema
How do I write an incident status update during an outage?▼

Use the update mode to generate a structured status update containing severity, current status, impact, actions taken, next steps, and an event timeline. Updates should be factual, posted at a regular cadence, and avoid speculation.

How do I write a blameless postmortem after an incident?▼

Run the postmortem mode to generate a document with summary, impact, timeline, root cause, 5-whys analysis, what went well and poorly, and action items with owners. The process focuses on systems and processes rather than individuals.

How are incident severity levels classified?▼

Incidents are classified SEV1 through SEV4. SEV1 means service down for all users requiring immediate all-hands response, SEV2 is major degradation within 15 minutes, SEV3 is minor issues within an hour, and SEV4 is cosmetic issues handled next business day.

Can incident response integrate with PagerDuty or chat tools?▼

Yes, when monitoring, incident management, or chat connectors are available, the workflow can pull alert details, create or update incidents in PagerDuty or Opsgenie, page on-call responders, and post updates to incident channels.

What are the limitations of a prompt-based incident workflow?▼

The workflow generates documentation and guidance but does not execute remediation itself. Without connected integrations, tasks like paging responders, pulling metrics, and posting to chat must be performed manually by the team.