> Production incident response. Use when handling incidents, classifying severity, reconstructing timelines, writing postmortems, generating comms templates, or building response playbooks with severity scoring and RCA frameworks.
npx skills add https://github.com/borghei/Claude-Skills --skill incident-commander
Classify incident severity, reconstruct timelines from heterogeneous event sources, and generate structured post-incident reviews with root cause analysis and action items. Codifies PagerDuty, Google SRE, and Atlassian incident-management practices into severity scoring, escalation matrices, communication templates, RCA frameworks, and SLA/error-budget tracking.
Before producing the artifact, confirm these inputs. If any is unknown or vague, ASK — do not assume:
severity_classifier.py vs timeline_reconstructor.py vs pir_generator.py/postmortem_generator.py)pir_generator.py --rca-method and the postmortem structure)Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.
| Tool | Purpose | Command |
|------|---------|---------|
| incident_classifier.py | Classify severity, recommend response teams and comms templates | python scripts/incident_classifier.py --input incident.json --format text |
| severity_classifier.py | Multi-dimensional severity score with escalation path | python scripts/severity_classifier.py incident.json --format markdown |
| timeline_reconstructor.py | Reconstruct timeline from timestamped events with phase + gap analysis | python scripts/timeline_reconstructor.py --input events.json --detect-phases --gap-analysis --format markdown |
| incident_timeline_builder.py | Build structured timeline with MTTD/MTTR and comms templates | python scripts/incident_timeline_builder.py incident_data.json --format markdown |
| pir_generator.py | Generate Post-Incident Review with RCA and action items | python scripts/pir_generator.py --incident incident.json --rca-method fishbone --action-items |
| postmortem_generator.py | Generate postmortem with 5-Whys, benchmarks, coverage gaps | python scripts/postmortem_generator.py incident_data.json --format markdown |
Load the reference that matches the task — keep this file lean and pull detail on demand:
Covers: severity classification, timeline reconstruction, PIR/postmortem generation, RCA frameworks, escalation matrices, communication templates, and SLA/error-budget tracking. Tools are deterministic stdlib Python (no ML/LLM calls), accepting JSON input and emitting text/JSON/markdown.
Does NOT cover: live monitoring/alerting infrastructure (feeds in from senior-devops), security forensics (see senior-secops), or deployment/rollback execution (see release-orchestrator).
| Skill | Integration |
|-------|-------------|
| senior-devops | Monitoring alerts feed timeline; runbook templates inform playbooks |
| senior-secops | Security incidents auto-escalate to SEV-1; breach indicators trigger SecOps response |
| release-orchestrator | Deployment events feed timeline; rollback data informs release gates |
| senior-architect | Architectural root causes escalate to architecture review |
| code-reviewer | PIR action items route to code review workflows |
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Use when implementing any feature or bugfix, before writing implementation code
Use when you have a spec or requirements for a multi-step task, before touching code
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.
| Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Official Opentrons Protocol API for OT-2 and Flex robots. Use when writing protocols specifically for Opentrons hardware with full access to Protocol API v2 features. Best for production Opentrons protocols, official API compatibility. For multi-vendor automation or broader equipment control use pylabrobot.
Take borghei/incident-commander from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.