Takes a structured list of changes from changelog-scan and produces a clean, categorized, user-facing release notes draft. Follows project voice and conventions. Never publishes — only proposes a draft file or section.
changelog-scan (the list of items + summary)Write a ready-to-review draft to RELEASE_NOTES_DRAFT.md (or print it clearly so the loop can save it).
Use this structure (adapt section names to what actually exists; omit empty sections):
# Release Notes — vX.Y.Z (unreleased)
## Breaking Changes
- ...
## Features
- ...
## Bug Fixes
- ...
## Performance
- ...
## Security
- ...
## Documentation & Examples
- ...
## Internal / Maintenance (usually omitted from public notes)
- ...
**Thanks** to @contributor1, @contributor2 for contributions to this release.
**Full changelog**: https://github.com/ORG/REPO/compare/vPREV...HEADAfter writing the draft, the loop should update state with the draft location and "pending human review".
ffa5bf8
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.