If you've ever stared at a month of git commits trying to write customer-facing release notes, this automates that entire process. It scans your commit history, filters out the internal noise like refactoring and tests, then translates "fixed null pointer in auth handler" into "resolved login issues for users." You get categorized output with features, improvements, and bug fixes that actually make sense to non-technical readers. Works with date ranges or version tags, and you can feed it your own style guide if you have specific formatting preferences. The time savings are real when you're shipping weekly or need to generate app store descriptions from your git history.
npx skills add https://github.com/davila7/claude-code-templates --skill changelog-generator