بنقرة واحدة
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