返回 Skill 列表
extension
分类: 开发与工程无需 API Key

commit-all

暂存所有更改的文件并创建提交

person作者: jakexiaohubgithub

Context

  • Current git status: !git status
  • Current git diff (unstaged changes): !git diff
  • Current git diff (staged changes): !git diff --cached

Your task

Stage all changed files and create a single commit:

  1. Stage all modified, added, and deleted files using appropriate git add commands
  2. Create a commit with a descriptive message that summarizes all the changes. DO NOT include any Claude attribution or "Generated with Claude Code" text in the commit message.
  3. You have the capability to call multiple tools in a single response. You MUST do all of the above in a single message. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls.