git-commit

Installation
SKILL.md

Git Commit - 统一入口(默认自动模式)

模式判断规则

信号 结果
上层传入 execute=true,或由 jira-fix-workflow 阶段7触发 自动模式
用户说「手动提交」「只生成命令」「不要执行」「给我命令」 手动模式
其他触发词或上下文不明确 默认自动模式

执行流程

步骤1:收集提交信息

写入 commit message 的字段:

  • type:fix、feat、refactor、perf、style、docs、test
  • scope(可选):ai-summary、share、auth、api、ui、core
  • subject:中文简要描述,不超过 50 字符
  • jira_id(可选):如 YNOTR-12167
Installs
8
GitHub Stars
6
First Seen
Mar 30, 2026
git-commit — fudesign2008/open-skills