npx claudepluginhub hosochin/claude-spells --plugin common-skillsThis skill is limited to using the following tools:
gen-commit-message/input.md を読み取り、`git diff` コマンドを実行して変更内容を取得し、適切なコミットメッセージを3~5個生成してください。
Generates ultra-compressed Conventional Commits messages: ≤50 char imperative subjects emphasizing 'why' over 'what'. Japanese/English matching repo git log. Body for breaking changes/migrations. Activates on staged changes or /genshijin-commit.
Generates ultra-compressed Conventional Commits messages. Cuts noise while preserving intent and reasoning. Subject ≤50 chars, body only for non-obvious why, breaking changes, migrations. Auto-triggers on staging changes or commit requests.
Generates conventional git commit messages from staged changes, unstaged diffs, and recent history. Uses git status, diff --cached, diff, log. Outputs type(scope): summary with body.
Share bugs, ideas, or general feedback.
gen-commit-message/input.md を読み取り、git diff コマンドを実行して変更内容を取得し、適切なコミットメッセージを3~5個生成してください。
input.md のフォーマット:
言語: ja または en(指定がない場合は ja)
要件:
git diff コマンドを実行して変更内容を取得すること出力フォーマット:
【おすすめ】
コミットメッセージ
おすすめ理由: なぜこれが最適かの説明
---
【その他の候補】
1. コミットメッセージ
理由: この名前を提案した理由
2. コミットメッセージ
理由: この名前を提案した理由
3. コミットメッセージ
理由: この名前を提案した理由
(必要に応じて4~5個まで)
$ARGUMENTS に test が指定されている場合は、gen-commit-message/sample.md の内容を入力として使用してください。
生成されたコミットメッセージを gen-commit-message/output.md に出力してください。
重要: 出力する際は、Writeツールではなく、Bashツールで cat コマンドとHEREDOC(<<'EOF')を使用して書き込んでください。これにより文字化けを防ぐことができます。
例:
cat > gen-commit-message/output.md <<'EOF'
(生成した内容)
EOF
サンプル入力は gen-commit-message/sample.md を参照してください。