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 messagecommit-push-prCommit, push, and create a pull request in one commandclean_goneClean up local branches that no longer exist on remoteamendAmend the last commit with new changesstashIntelligently 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