git-commit

Installation
SKILL.md

Git 规范

重要原则

  • 重要:不要自动提交 git 代码,除非有明确的提示
  • 提交前确保代码通过所有测试
  • 保持提交信息简洁明了,描述清楚变更内容
  • 避免大型提交,尽量将变更分解为小的、相关的提交

提交规范

git 提交模板 <type>(<scope>): <subject>,具体要求如下:

Installs
1
GitHub Stars
3
First Seen
Mar 1, 2026
git-commit — wulnut/lark_agent