git-commit
Installation
SKILL.md
Git Commit — Unified Entry (Auto Mode by Default)
Mode Detection Rules
| Signal | Result |
|---|---|
Caller passes execute=true, or triggered by jira-fix-workflow phase 7 |
Auto mode |
| User says 「手动提交」「只生成命令」「不要执行」「给我命令」 (manual commit / only generate command / don't execute / give me the command) | Manual mode |
| Other triggers or unclear context | Default to auto mode |
Execution Flow
Step 1: Collect Commit Info
Fields for the commit message:
- type: fix, feat, refactor, perf, style, docs, test
- scope (optional): ai-summary, share, auth, api, ui, core
- subject: brief description in the user's preferred language, max 50 chars
- jira_id (optional): e.g. PROJ-123