# Add Changelog

> Add Changelog

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

---


# Add Changelog

**Key Responsibilities:**
* Existing changelog: @CHANGELOG.md (if exists)
* Recent commits: !`git log --oneline -10`
* Current version: !`git describe --tags --abbrev=0 2>/dev/null || echo "No tags found"`
* Package version: @package.json (if exists)
**Changelog Format (Keep a Changelog)**
* New features
* Changes in existing functionality
* Soon-to-be removed features
* Removed features
* Bug fixes

