# Release Notes

> Generate release notes from change lists, PR summaries, or commit messages. Use when the user asks for release notes/发布说明/变更记录.

- Skill: `zeroz-lab/release-notes` (Agent Skill)
- Install (CLI): `npx skillmds@latest add zeroz-lab/release-notes`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zeroz-lab/release-notes/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zeroz-lab (https://skillmd.com/u/zeroz-lab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zeroz-lab/release-notes

---


# Release Notes

## Workflow
1. Group changes into Added, Fixed, Changed, and Deprecated if applicable.
2. Highlight user-visible impact and breaking changes.
3. Keep each entry short and user-friendly.
4. Include version/date if provided.

## Output format
Release:
- Version:
- Date:

Added:
- ...

Changed:
- ...

Fixed:
- ...

Breaking changes:
- ...

Notes:
- ...

## Notes
- If version/date are missing, set to TBC.
- Avoid internal implementation details unless requested.

