github-operations - GitHub API Operations and Repository Workflow
GitHub API operations for issues, PRs, releases, branches and repository workflow management
Tags
Updated: 2026-03-23Capabilities
Typical Inputs
Typical Outputs
What this skill does
- get issue details
- post issue comment
- update issue labels
- get pull request details
- get PR files
- post PR comment
- create pull request
- get repository information
- get repository languages
- search code
- get file content
- clone repository
- update repository
- create feature branch
- commit changes
- push branch
- fetch files via API
- create draft PR
- analyze task complexity
Inputs
- GITHUB_TOKEN
- repository URL
- issue number
- PR number
- file path
- branch name
- owner
- repository name
- commit message
Outputs
- issue details
- pull request details
- file content
- repository information
- search results
- branch status
- pull request
Requirements
- GitHub personal access token
- Python GitHub client
- httpx library
