Generates changelogs from your git history so you don't have to write them manually. You point it at a repo and it parses commits to produce formatted release notes, which saves time when you're shipping and need to communicate what changed. The output format appears customizable based on your needs. It's one of those tools that's straightforward but solves a real problem: changelogs are important for users and teammates, but writing them by hand is tedious and easy to forget. Works best when your commit messages are decent to begin with, otherwise you're just automating mediocre documentation.
npx skills add https://github.com/alirezarezvani/claude-skills --skill changelog-generator