release-notes
Installation
SKILL.md
Release Notes Generator
Generate release notes in 3 formats from git commits for production releases.
Process
- Analyze Git History: Scan commits since last release tag
- Fetch PR Details: Get titles, descriptions via
gh api - Categorize Changes: Group by type (feat, fix, perf, etc.)
- Check Migrations: Detect database migration files
- Generate 3 Outputs: CHANGELOG, PR body, communication message
- Transform Language: Convert tech jargon to product language
Output Formats
1. CHANGELOG.md Section
## [X.Y.Z] - YYYY-MM-DD