release-notes
작성자: cloudflare
변경 사항 목록을 바탕으로 짧은 릴리스 노트를 작성합니다. 사용자가 변경 로그, 릴리스 노트 또는 간결한 제품 업데이트를 요청할 때 사용하세요.
npx skills add https://github.com/cloudflare/agents --skill release-notesRelease 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:
## 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.