github

Automate GitHub repository, issue, and PR operations via OneKey Agent Router.

3|Updated Nov 6, 2025
One-click install
npx skills add https://github.com/aiagenta2z/onekey-agent-router --skill github-aiagenta2z
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/aiagenta2z/onekey-agent-router/tree/main/skills/github
Command: npx skills add https://github.com/aiagenta2z/onekey-agent-router --skill github-aiagenta2z

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ai_agent_marketplace, and includes scripts (resource) components.

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.

Frequently Asked Questions about github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub pull requests and issue tracking across multiple repositories?

Automate GitHub pull requests and issue tracking by routing requests through a unified script-driven interface that validates inputs and executes repository operations deterministically. It consolidates fragmented API endpoints into a single command surface for routine software development workflows.

What's the best way to run GitHub API scripts for branch creation and code search?

Run GitHub API scripts for branch creation and code search by invoking the included scripts under the scripts directory with a structured payload. The Skill validates required fields before routing the request to the correct tool, returning structured results for each operation.

Do I need the ai_agent_marketplace library to automate GitHub repository operations?

Yes, you need the ai_agent_marketplace library to automate GitHub repository operations. This dependency is required to route requests through the OneKey Agent Router and execute the underlying scripts that perform commits, releases, and pull request actions.

Can I use script-backed automation to update issues and list commits across different repos?

Yes, you can use script-backed automation to update issues and list commits across different repositories. The Skill provides a unified access layer that covers reading, writing, and searching operations, ensuring consistent payload schemas are present before invoking the underlying APIs.

Why does my GitHub automation script fail with missing payload fields during pull request creation?

GitHub automation scripts fail with missing payload fields because input validation enforces consistent payload schemas before invoking underlying APIs. This validation ensures required fields are present, reducing runtime errors during deterministic execution of pull request and issue operations.

Does the GitHub automation Skill work with the OneKey Router for DevOps workflows?

Yes, the GitHub automation Skill works with the OneKey Router for DevOps workflows. It automates tool access through the OneKey Agent Router to perform repository, issue, and pull request operations, covering actions like creating branches and issuing pull requests across multiple repositories.