release-notes

star 1

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

ZeroZ-lab By ZeroZ-lab schedule Updated 1/5/2026

name: release-notes description: Generate release notes from change lists, PR summaries, or commit messages. Use when the user asks for 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.
Install via CLI
npx skills add https://github.com/ZeroZ-lab/ai-hub --skill release-notes
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator