claudekit / tools / commit-commands
[ Plugin · DevOps ]

Commit Commands

Streamline your git workflow with simple commands for committing, pushing, and creating pull requests.

$ /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

  1. After making changes, /commit generates a commit message matching your repo’s conventions and commits.
  2. When finishing a feature, /commit-push-pr creates a branch, pushes, and opens a PR with a written description — in one step.
  3. After a merge, /clean_gone clears out the merged branches from your local checkout.

Notes

  • /commit-push-pr requires 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.
§ 5

See also

same category · curated
[01]
[MCP] Cloudflare · Cloudflare's official remote MCP servers, operated by Cloudflare. Search docs, manage Workers bindings, debug logs, and render pages from Claude Code.
tool · claudekit.io / tools / cloudflare
[02]
[MCP] Sentry · Sentry's official remote MCP server, hosted by Sentry. Pull errors, stack traces, and releases into Claude Code and run Seer root-cause analysis.
tool · claudekit.io / tools / sentry
[03]
[MCP] Vercel · Vercel's official remote MCP server, hosted by Vercel. Inspect deployments, read build and runtime logs to find failures, and search the docs from Claude Code.
tool · claudekit.io / tools / vercel
§ 6

Frequently Asked Questions

frequently asked
§ 6.1
What is Commit Commands?
An Anthropic official marketplace plugin that automates the commit, push, and PR creation flow as one slash command.
§ 6.2
Where does it run?
Claude Code.
§ 6.3
How do I install it?
In Claude Code, run `/plugin install commit-commands`.
§ 6.4
Which slash commands does it provide?
`/commit` (analyzes changes and produces a repo-style commit message), `/commit-push-pr` (commit + push + open a PR with description), and `/clean_gone` (clean up local branches whose remote was deleted).
§ 6.5
Are there prerequisites?
`/commit-push-pr` requires GitHub CLI (`gh`) installed and authenticated. Sensitive files like `.env` and `credentials.json` are automatically excluded from commits.