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

Installation

claude plugins add commit-commands@claude-plugins-official

Configuration

{
  "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 names

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub