npx claudepluginhub hosochin/claude-spells --plugin common-skillsWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
git diff からコミットメッセージを3〜5個生成する
This skill is limited to using the following tools:
sample.mdgen-commit-message/input.md を読み取り、git diff コマンドを実行して変更内容を取得し、適切なコミットメッセージを3~5個生成してください。
input.md のフォーマット:
言語: ja または en(指定がない場合は ja)
要件:
git diffコマンドを実行して変更内容を取得すること- Conventional Commits 形式に従うこと(feat:, fix:, refactor:, docs:, test:, chore: など)
- 簡潔で変更内容が明確に伝わるメッセージにすること
- 各メッセージについて選定理由を記載すること
- 一番おすすめのメッセージを最初に明示すること
- 指定された言語でコミットメッセージを生成すること(ja: 日本語、en: 英語)
出力フォーマット:
【おすすめ】
コミットメッセージ
おすすめ理由: なぜこれが最適かの説明
---
【その他の候補】
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 を参照してください。
Similar Skills
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.