commit-message-ja
Generate commit message in Japanese from git diff.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Generate commit message in Japanese from git diff.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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: ビルドプロセスや補助ツールの変更最終確認: レスポンス = 生のコミットメッセージのみ。他のテキストは一切不要。