en un clic
commit
Generate a commit message and create the commit in one step.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Generate a commit message and create the commit in one step.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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