<< All versions
Skill v1.0.0
Trusted Publisher100/100cloudflare/agents/release-notes
──Details
PublishedMay 29, 2026 at 01:19 PM
Content Hashsha256:bba4b1be93070c8a...
Git SHA
──Files
Files (1 file, 1.1 KB)
SKILL.md1.1 KBactive
SKILL.md · 39 lines · 1.1 KB
version: "1.0.0" name: release-notes description: Draft short release notes from a list of changes. Use when the user asks for changelogs, release notes, or a concise product update.
Release Notes
Turn implementation details into user-facing release notes.
Process
- Identify the user-facing outcome.
- Group related implementation details into one bullet.
- Avoid internal file names unless the user asks for engineering notes.
- Keep the tone factual and concise.
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.
Output format
Use this structure:
md
## 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.