AgentSkillsCN

release-notes

从变更列表、PR 摘要或提交消息生成发布说明。当用户询问发布说明/发布说明/变更记录时使用。

SKILL.md
--- frontmatter
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.