release-notes
FeaturedDraft user-facing release notes from a git log range. Trigger when the user asks for "release notes", "changelog entry", or "what shipped this week" with a git ref range. Output is markdown sections grouped by Features / Fixes / Breaking with PR links.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- jnMetaCode
- Repository
- jnMetaCode/ai-coding-guide
- Created
- 5 months ago
- Last Updated
- yesterday
- Language
- CSS
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
release-notes
Turn git history between two refs into release notes — a customer-facing version written in reader benefits and an internal Keep-a-Changelog version with commit traceability, breaking changes always first. Use when the user wants release notes, a changelog, "what's in this release", a deploy announcement, or to summarize changes since the last tag.
release-notes
Build human-readable release notes from a range of commits or merged PRs
release-notes-draft
Turn the changes merged since the last tag into release notes grouped by reader impact, with breaking changes and upgrade steps listed first. Use when cutting a version and the notes still have to be written, or when a draft reads as a bare list of commits. NOT for writing the commit messages themselves (use commit-style instead).