Generate changelog entries from git history
Generates formatted changelog entries by categorizing recent git commits into added, changed, and fixed sections.
/plugin marketplace add https://www.claudepluginhub.com/api/plugins/smaiil-awesome-claude-agents/marketplace.json/plugin install smaiil-awesome-claude-agents@cpd-smaiil-awesome-claude-agentsgit/Generate a changelog entry from recent git commits.
git log --oneline <range> to get commits## [X.Y.Z] - YYYY-MM-DD
### Added
- New feature descriptions (from `feat` commits)
### Changed
- Change descriptions (from `refactor` commits)
### Fixed
- Bug fix descriptions (from `fix` commits)
### Removed
- Removal descriptions (from commits mentioning removal)