postmortem-write

Generate incident postmortem documents with timeline, 5 Whys RCA, and preventative measures.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/gaebalai/claude-code-kit-ko --skill postmortem-write
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: postmortem-write
Source: https://github.com/gaebalai/claude-code-kit-ko/tree/main/.claude/skills/postmortem-write
Command: npx skills add https://github.com/gaebalai/claude-code-kit-ko --skill postmortem-write

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of comprehensive incident postmortem documents, ensuring a blame-free analysis of failures and actionable steps for prevention.

Core Features & Use Cases

  • Automated Document Generation: Creates structured postmortem reports based on incident details.
  • Blame-Free Analysis: Focuses on technical and process issues, not individual blame.
  • Actionable Insights: Breaks down preventative measures into concrete, assignable action items.
  • Use Case: After a critical service outage, use this Skill to generate a detailed postmortem report including a timeline, root cause analysis (using 5 Whys), and a plan for preventing recurrence.

Quick Start

Write a postmortem for the incident described by the provided commit range.

Frequently Asked Questions about postmortem-write

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a blame-free incident postmortem document?

To write a blame-free incident postmortem document, analyze incident details and git logs to construct a timeline, perform root cause analysis, and outline actionable preventative measures. This approach focuses purely on technical and process improvements rather than individual blame.

What is the best way to automate root cause analysis using git logs?

Automating root cause analysis using git logs involves parsing commit diffs from a specified range to reconstruct the incident timeline. It then applies the 5 Whys technique to systematically identify underlying technical causes and generate categorized preventative measures.

How do I structure an incident response RCA with the 5 Whys technique?

Structuring an incident response RCA with the 5 Whys technique requires building a chronological incident timeline from logs, then iteratively asking why failures occurred. This isolates the root cause to generate concrete, assignable preventative action items.

Can I generate actionable preventative measures from a commit range?

You can generate actionable preventative measures by providing a specific commit range representing the incident. The system analyzes the resulting diffs and logs to break down resolutions into concrete, categorized action items for preventing future recurrence.

Does postmortem generation work without assigning individual blame?

Effective postmortem generation explicitly works without assigning individual blame by focusing strictly on technical and process failures. It ensures documentation captures systemic root causes and actionable improvements rather than targeting personal mistakes.