﻿---
title: "最小 SKILL.md"
filename: ".agents/skills/release-notes/SKILL.md"
canonical: /templates/skill-md/
---

# 最小 SKILL.md

description 决定它会不会被发现。写何时用、用户会说的话。

```
---
name: release-notes
description: >
  当用户要求写 changelog、release notes 或面向用户的更新说明时使用。
  触发短语：「写更新说明」「changelog」「这周发了什么」。
---

# Release notes

## 何时用
用户要把 git 历史变成面向用户的说明。

## 步骤
1. 读取请求的范围（标签、日期、PR）
2. 把提交按用户可见变化分组
3. 省略内部重构，除非影响行为
4. 用简体中文输出：新功能 / 修复 / 破坏性变更

```
