# Changelog

> Generate structured changelogs from git history and commit messages

- Skill: `wpgaurav/changelog` (Agent Skill)
- Install (CLI): `npx skillmds@latest add wpgaurav/changelog`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wpgaurav/changelog/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: wpgaurav (https://skillmd.com/u/wpgaurav)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wpgaurav/changelog

---


# Changelog Generation

Generate or update CHANGELOG.md based on git history:

1. Read existing CHANGELOG.md if present
2. Analyze git commits since last version tag
3. Group changes by type: Added, Changed, Fixed, Removed
4. Follow Keep a Changelog format (https://keepachangelog.com)
5. Include version number and date
6. Link to relevant commits or PRs when available
7. Output in Markdown format

