Git Changelog Generator is a development claude skill built by sickn33. Best for: Developers quickly create professional changelogs from git commits, organizing changes by type and time period with clear user-facing descriptions..
- What it does
- Generate structured, user-facing changelogs from git history with semantic classification and breaking change alerts.
- Category
- development
- Created by
- sickn33
- Last updated
Git Changelog Generator
Generate structured, user-facing changelogs from git history with semantic classification and breaking change alerts.
Skill instructions
name: wiki-changelog description: "Generate structured changelogs from git history. Use when user asks "what changed recently", "generate a changelog", "summarize commits" or user wants to understand recent development activity." risk: unknown source: community date_added: "2026-02-27"
Wiki Changelog
Generate structured changelogs from git history.
When to Use
- User asks "what changed recently", "generate a changelog", "summarize commits"
- User wants to understand recent development activity
Procedure
- Examine git log (commits, dates, authors, messages)
- Group by time period: daily (last 7 days), weekly (older)
- Classify each commit: Features (🆕), Fixes (🐛), Refactoring (🔄), Docs (📝), Config (🔧), Dependencies (📦), Breaking (⚠️)
- Generate concise user-facing descriptions using project terminology
Constraints
- Focus on user-facing changes
- Merge related commits into coherent descriptions
- Use project terminology from README
- Highlight breaking changes prominently with migration notes
When to Use
This skill is applicable to execute the workflow or actions described in the overview.
Use this skill
Most skills are portable instruction packages. Claude Code supports SKILL.md directly. Other agents can use adapted files like AGENTS.md, .cursorrules, and GEMINI.md.
Claude Code
Save SKILL.md into your Claude Skills folder, then restart Claude Code.
mkdir -p ~/.claude/skills/git-changelog-generator && curl -L "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/HEAD/skills/wiki-changelog/SKILL.md" -o ~/.claude/skills/git-changelog-generator/SKILL.mdInstalls to ~/.claude/skills/git-changelog-generator/SKILL.md.
Use cases
Developers quickly create professional changelogs from git commits, organizing changes by type and time period with clear user-facing descriptions.
Reviews
No reviews yet. Be the first to review this skill.
No signup required
Stats
Creator
Ssickn33
@sickn33