feat(skills): 新增 gitlink-release-notes(Release Notes 生成 Skill) #393

Merged
wbtiger merged 1 commits from jiangtx/gitlink-cli:pr-skill-release-notes into master 2026-07-14 20:40:16 +08:00
Contributor

背景

子赛题二「Release Notes 生成」场景。根据 commit 与 PR 记录自动生成结构化版本发布说明,供 Agent 一键调用。

改动内容

新增 skills/gitlink-release-notes/SKILL.md

  • 输入:仓库 owner/repo + 版本范围
  • 输出:按 Feature / Bugfix / Breaking / Docs 分类的结构化 Release Notes(Markdown)
  • 串联 gitlink-cli 的 release/pr/commit 命令,由 Agent 编排;只读,不修改仓库
  • 遵循 skills 规范(frontmatter:name/version/description/metadata.requires/cliHelp)

兼容性

兼容 Claude Code 等 Agent 平台(读取 SKILL.md 即可调用)。

## 背景 子赛题二「Release Notes 生成」场景。根据 commit 与 PR 记录自动生成结构化版本发布说明,供 Agent 一键调用。 ## 改动内容 新增 `skills/gitlink-release-notes/SKILL.md`: - 输入:仓库 owner/repo + 版本范围 - 输出:按 Feature / Bugfix / Breaking / Docs 分类的结构化 Release Notes(Markdown) - 串联 gitlink-cli 的 release/pr/commit 命令,由 Agent 编排;只读,不修改仓库 - 遵循 skills 规范(frontmatter:name/version/description/metadata.requires/cliHelp) ## 兼容性 兼容 Claude Code 等 Agent 平台(读取 SKILL.md 即可调用)。
wyxttn added 1 commit 2026-07-09 21:53:18 +08:00
24fb05bc2c feat(skills): add gitlink-release-notes (Release Notes 生成 Skill)
新增 Agent Skill:根据 commit 与 PR 记录生成结构化版本发布说明。

- 输入:仓库 owner/repo + 版本范围
- 输出:按 Feature/Bugfix/Breaking/Docs 分类的结构化 Release Notes(Markdown)
- 串联 gitlink-cli 的 release/pr/commit 相关命令,由 Agent 编排

属于子任务二「Release Notes 生成」场景。遵循 skills 规范(SKILL.md),兼容 Claude Code 等 Agent 平台。
来源:GitLink 大赛 2026 子赛题二。
wbtiger merged commit cfb84acd3b into master 2026-07-14 20:40:15 +08:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Gitlink/gitlink-cli#393
No description provided.