This skill should be used when the user asks to "analyze fix commits and generate postmortems", "create postmortems from git history", or "summarize bug fixes into postmortem reports".
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
This skill should be used when the user asks to "analyze fix commits and generate postmortems", "create postmortems from git history", or "summarize bug fixes into postmortem reports".
version
0.1.0
Commit Postmortem Generator
Core Purpose
Analyze fix commits in a git repository and generate concise postmortem reports that capture critical information about bugs and their fixes.
Basic Workflow
To generate postmortems:
Fetch the latest N fix commits (default: 100)
Group commits by related issues
Generate markdown postmortem reports with key details
Store reports in ./.postmortem/ directory
Usage
When the user doesn't specify a number of commits
Prompt the user: "How many latest fix commits would you like to analyze?"