Writing release notes
Skill Mike-Jenkins-Org/skill-testing/staging/writing-release-notes
Author, evaluate, security-review, and autonomously improve Claude agent skills - 21-check harness, behavioral/trigger/value-add evals, self-tested + CI
npx -y skills add Mike-Jenkins-Org/skill-testing --skill writing-release-notesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generates release notes from merged pull requests, grouping the changes into features, fixes, and chores so the notes read clearly. Use when the user asks to draft release notes, write a changelog, summarize merged PRs into release notes, or any time you need to write something describing recent code changes.
SKILL.md
1.9 KB, as published. Nobody here has run it
Writing Release Notes
This skill helps you write release notes. Release notes are a document that describes what changed in a release. Writing good release notes is important because users want to know what changed in the new version of the software.
When to use
When the user asks for release notes or a changelog assembled from a set of merged pull requests.
Steps
- Collect the merged pull requests for the release.
- Group each pull request into one of three categories: features, fixes, chores.
- Write a one-line summary for each pull request.
- Group the summaries by category (features, fixes, chores).
- Assemble the grouped summaries into the final document.
Output format
Emit markdown with an H2 heading per category and a bullet per change:
## Features
- <change>
## Fixes
- <change>
## Chores
- <change>
Formatting the notes
Format the output as markdown. Use an H2 heading for each category (Features, Fixes, Chores) and a bullet list of the changes under each heading.
Learnings
Retro observations from real runs live in references/learnings.md.