release-notes
Installation
SKILL.md
Skill: Release Notes
What This Skill Does
Generates publish-ready release notes from git log. Parses conventional commits, groups by type, extracts PR numbers, highlights breaking changes, and produces a document ready for GitHub Releases, CHANGELOG, or team communication.
When to Use
- Before creating a GitHub Release
- When the user says "what changed since last release?"
- After merging a release branch
- When updating CHANGELOG.md for a new version
Execution Model
- Always: the primary agent runs this skill directly.
- Token budget: ~2-4k tokens.
- Output: chat-based release notes + optional write to
CHANGELOG.mdor GitHub Release.