Claude-skill-registry incident-postmortem
Draft an incident postmortem with timeline, RCA, and action items. Use when a senior developer needs a structured post-incident report.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/incident-postmortem" ~/.claude/skills/majiayu000-claude-skill-registry-incident-postmortem && rm -rf "$T"
manifest:
skills/data/incident-postmortem/SKILL.mdsource content
Incident Postmortem
Purpose
Draft an incident postmortem with timeline, RCA, and action items.
Inputs to request
- Incident timeline and impact.
- Logs, alerts, and change history.
- Mitigations taken and outcomes.
Workflow
- Build a clear incident timeline from evidence.
- Identify root causes and contributing factors.
- Define corrective and preventive actions.
Output
- Postmortem draft with action items.
Quality bar
- Focus on systemic causes over blame.
- Assign owners and due dates for actions.