CursorPool
← 返回 Skills 列表

提交信息助手

自动分析暂存改动,按 Conventional Commits 生成规范的中文提交信息。

CursorPool 团队·2.8k 次使用·23 天前
SKILL.md
# 提交信息助手 Skill

当用户请求"提交/commit"时启用。

## 规则
- 遵循 Conventional Commits:type(scope): subject。
- type:feat / fix / docs / refactor / test / chore。
- 主题用中文,聚焦"为什么"而非"做了什么"。

## 流程
1. 读取 git status / diff 理解改动。
2. 归纳改动性质,起草提交信息。
3. 经用户确认后再提交,不擅自 push。