commit-postmortem-generator

Generate Markdown postmortem reports from Git fix commits grouped by issue.

2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/tizee/skills --skill commit-postmortem-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-postmortem-generator
Source: https://github.com/tizee/skills/tree/main/skills/commit-postmortem-generator
Command: npx skills add https://github.com/tizee/skills --skill commit-postmortem-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

An automated process that converts fix commits in a Git repository into structured postmortems, enabling faster root-cause understanding and knowledge capture.

Core Features & Use Cases

  • Fetch latest fix commits and group them by related issues to assemble cohesive postmortems.
  • Generate Markdown reports from a standard postmortem template and store them under ./.postmortem/ for archival and review.
  • Build an index file that lists all produced postmortems for quick navigation and historical analysis.

Quick Start

Run the generator to create postmortems from the latest fix commits.

Frequently Asked Questions about commit-postmortem-generator

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

FAQPage Schema
How do I generate postmortems from git fix commits automatically?

To generate postmortems from git fix commits, this process fetches the latest commits, groups related changes by issue, and produces Markdown reports stored in the ./.postmortem/ directory. It applies a standard template to ensure consistent root-cause analysis documentation.

What is a git postmortem report and why do I need it?

A git postmortem report is a structured Markdown document that captures root-cause understanding from fix commits. You need it to automate knowledge capture, enabling faster historical analysis and preventing recurring software engineering issues.

Does this postmortem generator work with my existing git repository?

Yes, this postmortem generator works with your existing git repository as long as git is installed. It reads your latest fix commits, groups them by issue, and builds an index file for quick navigation within the ./.postmortem/ directory.

How do I group related git commits by issue for postmortem reporting?

To group related git commits by issue, the generator analyzes your latest fix commits and clusters them based on their associated issues. It then assembles these grouped changes into cohesive Markdown postmortem reports for review.

Can I create an index of postmortem reports for historical analysis?

Yes, you can create an index of postmortem reports. The generator automatically builds an index file that lists all produced Markdown reports in the ./.postmortem/ directory, providing quick navigation for historical analysis.