release-notes

Draft short release notes from a list of changes. Use when the user asks for changelogs, release notes, or a concise product update.

Install
npx skills add 'https://github.com/cloudflare/agents/tree/main/examples/agent-skills/src/skills/release-notes'
Download bundle ↓
main · 16b6856Scanned 2026-09-17

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

SKILL.md

SKILL.mdBrowse 3 files
View on GitHub
---name: release-notesdescription: 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 1. Identify the user-facing outcome.2. Group related implementation details into one bullet.3. Avoid internal file names unless the user asks for engineering notes.4. 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 firstdraft, then polish the wording for the user's audience. The TypeScript scriptis 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. 
Discovery context

Discovered by repository scan. No exact path reference found in the snapshot’s root AGENTS.md.