commit-message-ja
Generate commit message in Japanese from git diff.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Generate commit message in Japanese from git diff.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Review the current branch's PR diff using a separate Claude Code agent and post inline comments via GitHub API. Optionally auto-fix findings.
Set up Cloudflare Turnstile end-to-end in a project — scan the codebase, create the widget via the Cloudflare API, deploy the managed siteverify Worker, write the frontend snippets, validate, and persist the skill. Load this when a user asks to add Turnstile, set up CAPTCHA, protect a form from bots, or fix a Turnstile integration. Mirrors developers.cloudflare.com/turnstile/spin.
Address code review comments from Copilot and other bots on the current branch's PR. Implements fixes if needed, commits, pushes, and replies to each comment.
Bundle dependabot PRs into a single PR and create a PR to master.
Generate commit message in English from git diff.
Generate daily report from claude
| name | commit-message-ja |
| description | Generate commit message in Japanese from git diff. |
出力形式の制約(必ず守ること): レスポンス全体がコミットメッセージのテキストのみであること。
git status to see all modified and untracked filesgit diff to see unstaged changesgit diff --cached to see staged changesgit log --oneline -5 to understand the commit message style of this repositoryBased on the changes, generate a commit message following these guidelines:
<type>: <subject in Japanese>
<body in Japanese>
feat: 新機能fix: バグ修正docs: ドキュメントのみの変更style: コードの意味に影響しない変更(フォーマットなど)refactor: バグ修正でも機能追加でもないコード変更perf: パフォーマンス改善test: テストの追加・修正chore: ビルドプロセスや補助ツールの変更最終確認: レスポンス = 生のコミットメッセージのみ。他のテキストは一切不要。