git-commit

Installation
SKILL.md

Git 提交规范 (Git Commit Specs)

[!IMPORTANT] 核心指令 (The Law)

  1. 全中文:标题与正文必须使用中文(除专有名词外)。
  2. 原子化:一事一议,禁止混合提交多项任务。
  3. 保护位:严禁在 main, master, dev 分支直接提交,必须先迁出(git checkout -b <type>/<desc>)。
  4. 禁推:严禁在 commit 后自动执行 push

1. 提交结构 (Standards)

<type>(<scope>): <中文标题>

- <改动细节 1>
- <改动细节 2>
Related skills
Installs
37
First Seen
Feb 13, 2026