Community

changelog

Generate a changelog from git history across any project. Groups by type, summarizes related commits, and formats for release notes.

/changelog viewer --since 2026-03-01

Changelog
2026-03-26 Feature 0.6.1

Cross-platform support: compiles for Claude Code, Codex, and Gemini.

2026-03-26 Launch 0.5.4

Initial release in the engineering skill pack.

How it works

1
Identify project

Checks arguments, looks up path in .claude/local.json, or uses current directory

2
Set time range

Since last tag, specific date, or last 7 days

3
Read git log

Groups commits by type (feat, fix, docs, chore)

4
Generate

Sections for Added, Fixed, Changed with summarized entries

5
Output

Offers to append to CHANGELOG.md, copy, or save standalone

Details


Engineering pack