felixhennequin-gif

Changelog Updater — Development agent for Claude Code

Development community

Parses commits between the most recent tag and HEAD, then appends Keep a Changelog-formatted entries to CHANGELOG.md under ## [Unreleased].

How to install Changelog Updater

Installs to ~/.claude/agents/felixhennequin-gif-claude-code-config-template-changelog-updater.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/felixhennequin-gif/claude-code-config-template/HEAD/.claude/agents/changelog-updater.md -o ~/.claude/agents/felixhennequin-gif-claude-code-config-template-changelog-updater.md

Restart Claude Code, or start a new session, for it to be picked up.

What Changelog Updater does


name: changelog-updater description: Parses commits between the most recent tag and HEAD, then appends Keep a Changelog-formatted entries to `CHANGELOG.md` under `## [Unreleased]`. Use after merging PRs, before cutting a release. Does not bump version numbers, does not create tags, does not commit — those are human decisions. model: haiku tools: Read, Edit, Bash(git tag:*), Bash(git log:*), Bash(git diff:*)