incident-commander

Classify incident severity, reconstruct timelines, and generate post-incident reviews.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/4lerman/text_evaluator --skill incident-commander-4lerman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: incident-commander
Source: https://github.com/4lerman/text_evaluator/tree/main/.agents/skills/engineering-skills/incident-commander
Command: npx skills add https://github.com/4lerman/text_evaluator --skill incident-commander-4lerman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, json, requests, spacy, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a comprehensive framework for managing incidents, streamlining the process from detection to resolution and post-incident review.

Core Features & Use Cases

  • Automated Severity Classification: Intelligently triage incidents based on impact and urgency metrics.
  • Timeline Reconstruction: Transform scattered logs and events into coherent incident narratives.
  • Post-Incident Review Generation: Create comprehensive PIR documents with multiple RCA frameworks.
  • Communication Templates: Utilize pre-built templates for stakeholder updates and escalations.
  • Runbook Integration: Generate actionable runbooks from incident patterns.
  • Use Case: Imagine a major outage impacting critical services. This Skill can automate the classification, timeline reconstruction, PIR generation, and communication process, ensuring a coordinated response and thorough analysis.

Quick Start

Run the incident classifier script on a new incident description file 'incident_description.json'.

Frequently Asked Questions about incident-commander

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

FAQPage Schema
How do I automate incident management and severity classification for major outages?

Automate incident management by running the incident classifier script on a JSON description file to triage events based on impact and urgency. This structured approach handles severity classification and requires Python with the spacy library for analysis.

What is the best way to reconstruct an incident timeline from scattered logs?

Reconstruct an incident timeline by processing scattered logs and events through the timeline reconstruction feature. This transforms fragmented data into a coherent incident narrative, providing a clear chronological view of the outage for SRE and DevOps teams.

How do I generate a post-incident review document with multiple root cause analysis frameworks?

Generate a post-incident review document by feeding incident data into the PIR generation component. This creates comprehensive PIR documents that leverage multiple root cause analysis frameworks to ensure thorough documentation and analysis of the event.

Do I need Python and specific libraries to run incident response and triage scripts?

Yes, you need Python installed along with the json, requests, and spacy dependencies. These libraries are required to execute the automated severity classification, log analysis, and post-incident review generation scripts.

Can I use this incident management framework for large-scale IT operations and DevOps?

Yes, you can use this framework for large-scale IT operations and DevOps. It is explicitly designed for large-scale incident response, managing everything from detection to resolution and handling communication templates for stakeholder updates.

How do I create actionable runbooks from recurring incident patterns?

Create actionable runbooks by utilizing the runbook integration feature, which generates procedural documents from identified incident patterns. This allows teams to standardize responses and streamline future resolution efforts based on historical data.