changelog
/changelog - Changelog Command
Section titled “/changelog - Changelog Command”Purpose
Section titled “Purpose”Generate changelog entries from recent commits.
/changelog [version or 'since:tag']Generate changelog for: $ARGUMENTS
Workflow
Section titled “Workflow”-
Analyze Commits
Terminal window git log --oneline --since="last tag" -
Categorize
- Added
- Changed
- Fixed
- Removed
-
Generate
- User-friendly descriptions
- Link to PRs/issues
Output
Section titled “Output”## [Version] - Date
### Added- Feature description (#123)
### Changed- Improvement description (#124)
### Fixed- Bug fix description (#125)Gap Analysis Rule
Section titled “Gap Analysis Rule”Always identify gaps and suggest next steps to users. In case there is no gaps anymore, then AI should clearly state that there is no gap left.