If you've ever spent an hour turning commit messages like "fix: resolve null pointer in auth handler" into customer-friendly release notes, this automates that entire process. Point it at your git history from the last week or between version tags, and it categorizes commits into features, improvements, and fixes while translating developer speak into something your users will actually understand. It filters out the noise like refactoring and test commits, which is honestly half the battle. The output follows standard changelog formats and you can feed it your own style guide if you have one. Born from a real use case in Lenny's Newsletter, this is one of those tools that turns a tedious monthly task into a two minute job.
npx skills add https://github.com/skillcreatorai/ai-agent-skills --skill changelog-generator