Draft short release notes from a list of changes. Use when the user asks for changelogs, release notes, or a concise product update.
69
84%
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
Turn implementation details into user-facing release notes.
When the user provides a rough list of changes, run
scripts/format-release-notes.ts with { "changes": [...] } to create a first
draft, then polish the wording for the user's audience. The TypeScript script
is function-style (export default run(input, ctx)) and demonstrates reading
references/style-guide.md from ctx.files.
Use this structure:
## Summary
- One to three bullets describing what changed.
## Notes
- Optional caveats, migration details, or follow-up work.If the input is too vague, ask for the target audience and the release scope.
c076e4c
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.