A slash command for Claude Code to perform (a) commit(s) following the conventional style.
--- allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*) description: git コミットを作成する --- ## コンテキスト - 現在の git ステータス: !`git status` - 現在の git 差分(ステージング済みおよび未ステージングの変更): !`git diff HEAD` - 現在のブランチ: !`git branch --show-current` - 最近のコミット: !`git log --oneline -10` ## あなたのタスク 既存の変更をレビューし、従来のコミット形式に従って git コミットを作成します。複数の異なる変更があると思われる場合は、作成できます ...