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]
[Skill] Google Skills · Agent Skills for Google products and technologies — maintained by Google. The repo ships 13 skills: 7 foundational (Gemini API, AlloyDB, BigQuery, Cloud Run, Cloud SQL, Firebase, GKE basics), 3 recipes (Google Cloud onboarding, auth, network observability), and 3 Well-Architected Framework skills (security, reliability, cost optimization), so Claude Code pulls in Google Cloud guidance automatically when those topics come up.
tool · claudekit.io / tools / google-skills
[02]
[MCP] GitHub MCP · The GitHub official MCP server. Browse repositories, manage issues and PRs, monitor Actions, and run code security analysis — all from Claude Code.
tool · claudekit.io / tools / github-mcp
[03]
[MCP] Atlassian · Official MCP server for Jira and Confluence. Query and update issues, manage Confluence pages, and stay in your editor instead of context-switching to the browser.
tool · claudekit.io / tools / atlassian
§ 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.