What problem does it solve?
GitHub operations are diverse and fragmented across many endpoints; this Skill consolidates them into a single, script-driven interface that automates routine repository, issue, and pull-request tasks via OneKey Router.
Core Features & Use Cases
- Unified access to GitHub operations (PRs, issues, commits, repos) through a single command surface.
- Script-backed execution for each tool under scripts/ that returns structured results.
- Common workflows include creating/updating pull requests, reading and writing issues, listing branches, commits, releases, and performing code searches across repositories.
- Input validation and consistent payload schemas ensure required fields are present before invoking underlying APIs, reducing runtime errors during automation.
Quick Start
Install the skill and run the desired script in scripts with a payload to perform the GitHub operation.