Generates commit messages from staged changes (git diff --staged). This command only creates messages and copies them to your clipboard—it doesn't run any git commands.
/plugin marketplace add wasabeef/claude-code-cookbook/plugin install cook-en@claude-code-cookbook## Commit Message Generates commit messages from staged changes (git diff --staged). This command only creates messages and copies them to your clipboard—it doesn't run any git commands. ### Usage ### Options - `--format <format>` : Choose message format (conventional, gitmoji, angular) - `--lang <language>` : Set language explicitly (en) - `--breaking` : Include breaking change detection ### Basic Examples ### Prerequisites **Important**: This command only works with staged changes. Run `git add` first to stage your changes. ### Automatic Clipboard Feature The top suggestion...
/commit-messageステージングされた変更 (git diff --staged) から適切なコミットメッセージを生成します。git コマンドの実行は行わず、メッセージの生成とクリップボードへのコピーのみを行います。