git-release
Git Release Skill
Create consistent releases and changelogs from merged PRs.
What I do
- Draft release notes from merged PRs
- Propose a version bump based on semantic versioning
- Provide a copy-pasteable
gh release createcommand - Generate changelog entries
When to use me
Use this when you are preparing a tagged release.
Ask clarifying questions if the target versioning scheme is unclear.
Steps
- Analyze recent commits and merged PRs since last tag
- Categorize changes (feat, fix, chore, docs, etc.)
- Generate proposed version bump (major, minor, patch)
- Draft release notes in markdown format
- Provide ready-to-use GitHub CLI command
Example output
## Release Notes v1.2.3
### New Features
- Added user profile page (#123)
- Implemented dark mode toggle (#145)
### Bug Fixes
- Fixed login timeout issue (#156)
- Resolved mobile layout overflow (#167)
### Other Changes
- Updated dependencies (#189)
- Improved test coverage (#192)
To create this release:
```bash
gh release create v1.2.3 --title "v1.2.3" --notes-file CHANGELOG.md
More from wojons/skills
adversarial-thinking
Apply systematic adversarial thinking patterns including devil's advocate, assumption busting, red teaming, and white hat security approaches
45devils-advocate
Challenge ideas, assumptions, and decisions by playing devil's advocate to identify weaknesses and prevent groupthink
41redteam
Think and act like an attacker to identify security vulnerabilities, weaknesses, and penetration vectors through adversarial security testing
37code-migration
Guide framework and library migrations with incremental strategies, breaking change analysis, compatibility testing, and automated migration tools
34observability-logging
Use logs as part of comprehensive observability strategy including metrics, traces, alerts, and dashboards for system understanding and operational excellence
34gap-analysis
Identify discrepancies between documented requirements and actual implementation through systematic comparison and analysis
34