conductorv2
Plugins/Developer

GitHub

Issues, PRs, code search, releases, forks, notifications.

partial auth20 tools

Public repository and user data works without authentication. Private repos and write operations (create issue, open PR) require a GitHub token.

The GitHub plugin gives your AI full access to GitHub — read repos, open issues, create pull requests, search code, and manage releases. Public data works without authentication; private repos and write operations require a personal access token.

Credentials

NameLabelScopesRequired
GITHUB_TOKENPersonal Access Tokenrepo, workflow, read:orgoptional

Setup

terminal
# 1. Go to github.com/settings/tokens/new
# 2. Create a classic token with: repo, workflow, read:org scopes
# 3. Run setup:
conductor plugins setup github

Tools

ToolDescriptionApproval
github_userGet a user's profile
github_repoGet repository details and metadata
github_reposList a user's repositories
github_issuesList issues with optional filters
github_issueGet a single issue by number
github_create_issueCreate a new issuerequired
github_close_issueClose an issuerequired
github_prsList pull requests
github_prGet a single pull request
github_create_prOpen a pull requestrequired
github_fileGet file contents at a path
github_search_codeSearch code on GitHub
github_search_reposSearch repositories
github_releasesList releases for a repo
github_create_releaseCreate a new releaserequired
github_notificationsList unread notifications
github_forkFork a repositoryrequired
github_starStar a repositoryrequired
github_commitsList commits on a branch
github_compareCompare two commits or branches

Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.

Example Prompts

What are the open issues in my repo?

github_issues

Create a bug report for the login page

github_create_issue

Search for React hooks examples on GitHub

github_search_code

What's in the latest release of Next.js?

github_releases