Release Notes Generator
by @1kalin
Generate clear, formatted release notes from git commits, PR titles, or change descriptions, grouped by change type and suitable for different audiences and...
clawhub install afrexai-release-notesπ About This Skill
Release Notes Generator
Generate clear, professional release notes from git commits, PRs, or a plain list of changes. Outputs formatted changelogs your users actually want to read.
Usage
Tell the agent what changed β paste commits, PR titles, or describe features in plain language. It produces structured release notes.
Input Options
1. Git diff/log β paste git log --oneline v1.2.0..v1.3.0 output
2. PR list β paste merged PR titles
3. Plain description β "We added dark mode, fixed the login bug, and dropped Python 3.7 support"
Output Format
## v1.3.0 β 2026-02-13Added
Dark mode across all pages (#142) Fixed
Login redirect loop on Safari (#138) Breaking Changes
Dropped Python 3.7 support β minimum is now 3.9 Migration Guide
Update your CI to use Python 3.9+ images
Behavior
Audience Toggle
Say "internal" for eng-focused notes or "external" for customer-facing notes. Default is external.
Multiple Formats
Ask for:
Tips
git log into a fileBuilt by AfrexAI β AI context packs for business teams ($47/pack). See our AI Revenue Calculator to find what automation is costing you.
π‘ Examples
Tell the agent what changed β paste commits, PR titles, or describe features in plain language. It produces structured release notes.
Input Options
1. Git diff/log β paste git log --oneline v1.2.0..v1.3.0 output
2. PR list β paste merged PR titles
3. Plain description β "We added dark mode, fixed the login bug, and dropped Python 3.7 support"
Output Format
```markdown
π Tips & Best Practices
git log into a fileBuilt by AfrexAI β AI context packs for business teams ($47/pack). See our AI Revenue Calculator to find what automation is costing you.