← Back to list

commit-postmortem-generator
by tizee
just dotfiles
⭐ 2🍴 0📅 Jan 24, 2026
SKILL.md
name: commit-postmortem-generator description: 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?"
- Use their response to run the script:
./scripts/generate-postmortems.sh -c [user-specified-number]
When the user specifies a number
# Example: Analyze 50 commits
./scripts/generate-postmortems.sh -c 50
# With custom output directory
./scripts/generate-postmortems.sh -c 50 -o ./my-postmortems/
Resources
references/postmortem-template.md- Minimal postmortem templatescripts/generate-postmortems.sh- Main script to generate postmortems
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon