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.
66
80%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./starters/changelog-drafter/.grok/skills/draft-release-notes/SKILL.mdchangelog-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".
804a4e9
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.