ワンクリックで
commit
Generate a commit message and create the commit in one step.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate a commit message and create the commit in one step.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Bump version, generate changelog draft, tag, and deploy a release.
Create a feature branch, commit changes, push, and open a PR to main.
Check docs/ai/ spec files and ADRs for inconsistencies with the actual codebase. Report only, no modifications.
Check docs/ai/ spec files and ADRs for inconsistencies with the codebase, then fix all discrepancies.
Scan the codebase for security vulnerabilities. Check OWASP top 10, input validation, auth, crypto, and known BACKLOG security items.
Scan the project for refactoring opportunities, then fix them. No behavior/visual changes.
| name | commit |
| description | Generate a commit message and create the commit in one step. |
| allowed-tools | Bash(git diff *), Bash(git status *), Bash(git log *), Bash(git add *), Bash(git commit *) |
Analyze current changes, generate a commit message, stage relevant files, and commit.
git diff (unstaged) and git diff --cached (staged) to see all changes.git status -u to see untracked files.git log --oneline -5 to match the repository's commit style.git add — prefer specific files over -A).type: short summary (under 72 chars)
feat, fix, refactor, style, docs, choreCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>type: paragraphs in the bodygit add -A — always add specific files