Generate changelog from git commits following Keep a Changelog format
Generates structured changelogs from git commits by categorizing changes and suggesting version updates.
npx claudepluginhub jugrajsingh/skillgardenThis skill is limited to using the following tools:
Generate structured changelog from commits.
/gitmastery:changelog # Since last tag
/gitmastery:changelog v1.2.0 # Since specific tag
LAST_TAG=$(git describe --tags --abbrev=0 2>/dev/null || echo "")
git log $LAST_TAG..HEAD --format="%H|%s|%an" --reverse
| Type | Section |
|---|---|
| feat | Added |
| fix | Fixed |
| perf, refactor | Changed |
| BREAKING | Changed (Breaking) |
| security | Security |
| deprecate | Deprecated |
| remove | Removed |
Excluded: chore, build, ci, test
## [Unreleased] - YYYY-MM-DD
### Added
- New user authentication system (#123)
- Email verification for new users
### Changed
- **BREAKING**: API endpoint changed from /v1 to /v2
- Optimized database queries
### Fixed
- Memory leak in WebSocket connections (#167)
AskUserQuestion:
question: "Write changelog to CHANGELOG.md?"
options:
- "Yes - prepend to file"
- "Preview only"
- "Cancel"
Based on changes:
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.