This automates changelog generation from your Git commit history using Conventional Commits conventions. It pulls commits since the last tag, categorizes them by type (feat, fix, docs, refactor, perf, test, chore), and outputs a nicely formatted Markdown changelog with emoji indicators and version headers. Saves you from manually sorting through git log output when you're ready to cut a release. The workflow is straightforward: it reads your commits, groups them into sections like new features and bug fixes, and structures everything under version numbers with dates. Works best if your team already follows commit message conventions, otherwise you'll get a mixed bag of categorization.
npx -y skills add laolaoshiren/claude-code-skills-zh --skill changelog-gen --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
github/awesome-copilot
microsoft/win-dev-skills
github/awesome-copilot
github/awesome-copilot