一键导入
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 页面并帮你完成安装。
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