Write blameless incident postmortems—timeline, impact, root cause, contributing factors, and actionable follow-ups. Use after outages, SEV incidents, or significant near-misses.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add charlieviettq/awesome-agent-skill --skill postmortem-writing --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Postmortem Writing?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/charlieviettq-postmortem-writing-awesome-agent-skill)More formats (shields.io, HTML) on the badges page.
---
name: postmortem-writing
description: "Write blameless incident postmortems—timeline, impact, root cause, contributing factors, and actionable follow-ups. Use after outages, SEV incidents, or significant near-misses."
allowed-tools: Read, Glob, Grep
---
# Postmortem writing
## Principles
- **Blameless** — focus on systems and process, not individuals.
- **Accurate** — timeline in UTC with evidence (logs, deploys, tickets).
- **Actionable** — every finding maps to owner + due date or ticket.
## Required sections
1. **Summary** — what happened, duration, user/business impact
2. **Timeline** — detection, escalation, mitigation, recovery
3. **Root cause** — technical chain; distinguish trigger vs underlying gap
4. **Contributing factors** — process, monitoring, dependency, change management
5. **What went well**
6. **Action items** — prevent recurrence, improve detection, reduce blast radius
## Timeline table
| Time (UTC) | Event |
|------------|-------|
| ... | Alert fired |
| ... | Mitigation applied |
| ... | Service restored |
## Action item quality
| Weak | Strong |
|------|--------|
| "Be more careful" | "Add alert on queue depth > X with runbook" |
| "Improve testing" | "Integration test for failover path in service Y" |
## Severity-appropriate depth
- SEV1/2: full postmortem + review meeting.
- SEV3/4: lightweight doc still with timeline and actions.
## Template
See [reference.md](reference.md) for full markdown template.
## Follow-up
Track action items to closure; link superseding ADRs or runbook updates.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!