Back to Plugins
Git Commit Commands
Git workflow automation with intelligent commit message generation, branch management, and PR creation. Follows conventional commits and analyzes changes to generate meaningful commit messages automatically.
gitworkflowautomationvcsofficial
By Anthropic
Installation
claude plugins add commit-commands@claude-plugins-officialConfiguration
{
"enabledPlugins": {
"commit-commands@claude-plugins-official": true
}
}Commands
/commitStage changes and create commit with AI-generated message/commit-push-prCommit, push, and create a pull request in one command/clean_goneClean up local branches that no longer exist on remote/amendAmend the last commit with new changes/stashIntelligently stash changes with descriptive namesHow to install
- Open Claude Code in your terminal
- Run the installation command above
- The plugin will be enabled automatically
- Use the plugin's features in your Claude Code sessions