AI 编程
难度:入门
Claude 代码技能(斜杠命令):review-and-commit.md
Claude Code Skill (Slash Command): review-and-commit.md
--- 允许工具:Bash(git add:*), Bash(git status:*), Bash(git commit:*) 描述:创建 Git 提交 --- ## 上下文 - 当前 Git 状态:!`git status` - 当前 Git 差异(已暂存和未暂存)
适用平台:
ChatGPTClaudeGemini
--- allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*) description: 创建一个 git 提交 --- ## 背景 - 当前 git 状态: !`git status` - 当前 git diff (已暂存和未暂存的更改): !`git diff HEAD` - 当前分支: !`git branch --show-current` - 最近提交: !`git log --oneline -10` ## 你的任务 审查现有更改,然后按照 Conventional Commit 格式创建一个 git 提交。如果你认为存在多个不同的更改,可以创建多个提交。