commit
Installation
SKILL.md
Commit Message 助手
語言: English | 繁體中文
根據 staged 的變更,產生符合 Conventional Commits 格式的 commit message。
工作流程
- 檢查狀態 - 執行
git status和git diff --staged了解變更內容 - 分析變更 - 判斷類型(feat、fix、refactor 等)和範圍
- 產生訊息 - 根據以下格式建立 commit message
- 確認並提交 - 在執行
git commit前詢問使用者確認