mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
Bring in three slash commands from the official claude-plugins repo to streamline common git workflows directly from Claude. - clean-gone-branches: remove local branches deleted on remote - commit-push-pr: commit, push, and open a PR in one step - commit: create a git commit from current changes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
739 B
739 B
allowed-tools, description, source
| allowed-tools | description | source |
|---|---|---|
| Bash(git add:*), Bash(git status:*), Bash(git commit:*) | Create a git commit | https://github.com/anthropics/claude-plugins-official/blob/main/plugins/commit-commands/commands/commit.md |
Context
- Current git status: !
git status - Current git diff (staged and unstaged changes): !
git diff HEAD - Current branch: !
git branch --show-current - Recent commits: !
git log --oneline -10
Your task
Based on the above changes, create a single git commit.
You have the capability to call multiple tools in a single response. Stage and create the commit using 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.