post-mortem

Trace bugs to root cause and generate structured post-mortem reports from git history.

127|8|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/hanamizuki/solopreneur --skill post-mortem-hanamizuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-mortem
Source: https://github.com/hanamizuki/solopreneur/tree/main/plugins/solopreneur/skills/post-mortem
Command: npx skills add https://github.com/hanamizuki/solopreneur --skill post-mortem-hanamizuki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trace bugs to root cause and produce structured post-mortem reports. This skill helps teams learn from incidents by documenting root causes and remediation steps, reducing recurrence.

Core Features & Use Cases

  • Phase-based investigation workflow across information gathering, timeline construction, and final report generation.
  • Automated identification of regression points by tracing commits and diffs.
  • Generates a structured post-mortem report suitable for sharing with stakeholders and for post-incident reviews.

Quick Start

Run a Phase-based post-mortem investigation on a given bug in a git repository to produce a structured report.

Frequently Asked Questions about post-mortem

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

FAQPage Schema
How do I trace a bug to its root cause using git history?

To trace a bug to its root cause using git history, this skill analyzes commits and diffs to identify regression introductions. It follows a phase-based workflow to gather information and construct a timeline of changes.

How do I generate a structured post-mortem report for a software incident?

Generating a structured post-mortem report involves documenting root causes and remediation steps from an incident. This skill produces formal incident reports suitable for sharing with stakeholders during post-incident reviews.

What is the best way to identify which commit introduced a regression?

The best way to identify which commit introduced a regression is by tracing commits and analyzing diffs across the git repository. This skill automates regression point identification to pinpoint the exact code change.

Can I use this post-mortem workflow on any git repository?

Yes, you can use this post-mortem workflow on any git repository. It applies universally to git histories to trace fixes and produce formal incident reports without requiring specific project structures.

What does a phase-based post-mortem investigation workflow involve?

A phase-based post-mortem investigation workflow involves three stages: information gathering, timeline construction, and final report generation. It uses git diffs to derive findings and produce a structured post-mortem report.

How do I document root causes and remediation steps after an incident?

To document root causes and remediation steps after an incident, this skill generates a structured post-mortem report. It helps teams learn from incidents by formally recording findings to reduce recurrence.