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
Claude Skilldevelopment GitHub-backed CuratedintermediateClaude Code

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

  1. Examine git log (commits, dates, authors, messages)
  2. Group by time period: daily (last 7 days), weekly (older)
  3. Classify each commit: Features (🆕), Fixes (🐛), Refactoring (🔄), Docs (📝), Config (🔧), Dependencies (📦), Breaking (⚠️)
  4. 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.md

Installs 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

Installs0
GitHub Stars35.8k
Forks5869
LicenseMIT License
UpdatedMar 25, 2026