$ /plugin install commit-commands copy
Anthropic official marketplace plugin
What it does
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests.
Commands
/commit— Creates a git commit with an automatically generated commit message based on staged and unstaged changes/commit-push-pr— Complete workflow command that commits, pushes, and creates a pull request in one step/clean_gone— Cleans up local branches that have been deleted from the remote repository
Use cases
- After making changes,
/commitgenerates a commit message matching your repo’s conventions and commits. - When finishing a feature,
/commit-push-prcreates a branch, pushes, and opens a PR with a written description — in one step. - After a merge,
/clean_goneclears out the merged branches from your local checkout.
Notes
/commit-push-prrequires GitHub CLI (gh) installed and authenticated.- Sensitive files (
.env,credentials.json, etc.) are excluded from commits automatically. - Commit messages include a Claude Code attribution by default.