git-commit-specification

Installation
SKILL.md

Git 提交规范

适用场景

  • 编写 commit message
  • 判断本次改动应归类为 featfixrefactor 等哪一类
  • 整理提交边界,避免一个提交塞入多类无关改动
  • 提交前做最基本的自检

不适用场景

  • 讨论具体业务实现方案
  • 修改 Git 历史或做高风险 Git 操作
  • 只是创建分支,但不涉及提交规范本身

快速指导

Installs
66
GitHub Stars
2.5K
First Seen
Jan 23, 2026
git-commit-specification — tencentblueking/bk-ci