Agent skill · DevOps & Cloud

incident-commander

Comprehensive incident response framework from detection through resolution and post-incident review. Battle-tested SRE/DevOps practices: severity classification, timeline reconstruction, structured post-incident analysis. Use when declaring an incident, coordinating multi-team response during an outage, leading a post-mortem, or setting up on-call practices for a new service.

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill incident-commander --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 23
SKILL.md size: 15 KB
Bundled scripts: yes
Path: engineering-team/skills/incident-commander/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Incident Commander Skill **Category:** Engineering Team **Tier:** POWERFUL **Author:** Claude Skills Team **Version:** 1.0.0 **Last Updated:** February 2026 ## Overview Incident response framework for **availability/reliability incidents** (outages, degradations, failed deploys): severity classification, timeline reconstruction, and post-incident review. **This is NOT security incident triage.** For security events (ransomware, intrusion, data exfiltration, IOC analysis, NIST SP 800-61 forensics), route to `incident-response`. Both skills use SEV1-SEV4 labels; this one scores operational impact (users, revenue, SLA), while `incident-response` classifies attack types and forensic handling. ## Key Features - **Automated Severity Classification** - Intelligent incident triage based on impact and urgency metrics - **Timeline Reconstruction** - Transform scattered logs and events into coherent incident narratives - **Post-Incident Review Generation** - Structured PIRs with multiple RCA frameworks - **Communication Templates** - Pre-built templates for stakeholder updates and escalations - **Runbook Integration** - Generate actionable runbooks from incident patterns ## Skills Included

What's inside
Steps it walks through
  1. Overview
  2. Key Features
  3. Skills Included
  4. Core Tools
  5. Incident Response Framework
  6. Severity Classification System
  7. Incident Commander Role
  8. Communication Templates
  9. Stakeholder Management
  10. Runbook Generation Framework
  11. Best Practices
  12. During Incident Response
  13. Post-Incident
  14. Integration with Existing Tools
Ships with 22 files
  • README.md
  • assets/incident_report_template.md
  • assets/runbook_template.md
  • assets/sample_incident_classification.json
  • assets/sample_incident_data.json
  • assets/sample_incident_pir_data.json
  • assets/sample_timeline_events.json
  • assets/simple_incident.json
  • assets/simple_timeline_events.json
  • expected_outputs/incident_classification_text_output.txt
  • expected_outputs/pir_markdown_output.md
  • expected_outputs/simple_incident_classification.txt
  • expected_outputs/timeline_reconstruction_text_output.txt
  • references/communication_templates.md
  • references/incident-response-framework.md
  • references/incident_severity_matrix.md
  • references/rca_frameworks_guide.md
  • references/reference-information.md
  • references/sla-management-guide.md
  • scripts/incident_classifier.py
  • scripts/pir_generator.py
  • scripts/timeline_reconstructor.py
More from claude-skills
All skills →
About this skill
What does the incident-commander skill do?

Comprehensive incident response framework from detection through resolution and post-incident review. Battle-tested SRE/DevOps practices: severity classification, timeline reconstruction, structured post-incident analysis. Use when declaring an incident, coordinating multi-team response during an outage, leading a post-mortem, or setting up on-call practices for a new service.

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill incident-commander --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going