incident_report_template

Incident Report: [INC-YYYY-NNNN] [Title]

Content Preview
# Incident Report: [INC-YYYY-NNNN] [Title]

**Severity:** SEV[1-4]
**Status:** [Active | Mitigated | Resolved]
**Incident Commander:** [Name]
**Date:** [YYYY-MM-DD]

---

## Executive Summary

[2-3 sentence summary of the incident: what happened, impact scope, resolution status. Written for executive audience — no jargon, focus on business impact.]

---

## Impact Statement

| Metric | Value |
|--------|-------|
| **Duration** | [X hours Y minutes] |
| **Affected Users** | [number or percentage]
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/incident_report_template.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/incident-commander/assets/incident_report_template.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/incident-commander/assets/incident_report_template.md

Related Skills