コミットメッセージの命名規則を設定・表示します。
/plugin marketplace add shiiman/claude-code-plugins/plugin install shiiman-git@shiiman-claude-code-plugins# Commit Message コミットメッセージの命名規則を設定・表示します。 ## 使い方 ## オプション | オプション | 説明 | |------------|------| | `--help` | このコマンドのヘルプを表示 | | `--set` | 命名規則を対話的に設定 | ## Claude への指示 **`--help` が指定された場合**: このファイルの内容を要約して表示し、終了。 ### 実行手順 #### `--set` オプションがある場合: 1. プロジェクトの `.claude/settings.json` を読み込み 2. 以下を順番に聞く: **コミットメッセージ形式**: | 形式 | 例 | |------|-----| | Conventional Commits | `feat: 新機能を追加` | | 日本語形式 | `新機能: ユーザー認証を追加` | | カスタム | ユーザー定義 | **使用するプレフィックス**(Conventional Commits の場合): - `feat` - 新機能 - `fix` - バグ修正 - `docs` - ドキュメント - `refactor` - リファクタリング - `chore` - その他 - `test` - テスト - `sty...
/commit-messageGenerates 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.
/commit-messageステージングされた変更 (git diff --staged) から適切なコミットメッセージを生成します。git コマンドの実行は行わず、メッセージの生成とクリップボードへのコピーのみを行います。
/commit-messageGenera mensajes de commit a partir de cambios staged (git diff --staged). Este comando solo crea mensajes y los copia al portapapeles—no ejecuta ningún comando git.