release-notes
SolidBuild human-readable release notes from a range of commits or merged PRs
Install
Quality Score: 84/100
Skill Content
Details
- Author
- Guilhermepelido
- Repository
- Guilhermepelido/hermes-optimization-guide
- Created
- 4 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content โ not just same category
create-release-notes
Write user-facing release notes from the Conventional Commits history between two refs โ grouped by impact, in plain language, with internal-only changes filtered out. Use when the user wants release notes, an announcement of what's new in a version, or a user-readable summary of changes since the last release (distinct from a developer changelog).
release-notes
Write the body text for a GitHub release in this repo โ the Overview, Features, Bug Fixes, and full Changes list. Use this whenever the user asks to "write release notes", "draft the release text", "summarize what's in the release", or wants prose for a new GitHub release. Covers how to find the last release tag, list the commits and merged PRs on main since that tag, read the diffs and PR descriptions, and turn them into plain-English release notes.
generating-release-notes
Generates GitHub release notes from merged PRs and issues with automated categorization, breaking change detection, and optional upload via gh CLI. Use when creating releases, publishing new versions, documenting changes, preparing release notes, or when the user mentions "release notes", "changelog", "release", or "version announcement".