github
Manage GitHub repositories programmatically: list branches and PRs, create branches and pull requests, and read or update file contents via the GitHub API.
Instructions
GitHub API integration - pure remote operations for repositories: example-repo
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| repoName | Yes | Repository name from configured repos: example-repo | |
| taskBranch | No | Branch name (required for create_branch, create_pr) | |
| taskDescription | No | Description/title for branch/PR, or filepath for file operations |