Back to Plugins

GitHub

GitHub repository management. Create issues, manage pull requests, review code, search repositories, and interact with GitHub's full API directly from Claude Code. Includes workflow automation and Actions integration.

gitversion-controlintegrationofficial

Installation

claude plugins add github@claude-plugins-official

Configuration

{
  "enabledPlugins": {
    "github@claude-plugins-official": true
  }
}

Commands

gh-issueCreate, view, or update GitHub issues
gh-prCreate, review, or merge pull requests
gh-actionsView and manage GitHub Actions workflows
gh-searchSearch repositories, code, and issues

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