github

Manage GitHub issues, pull requests, and CI runs via the gh CLI.

3|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/junchenghuo/openclaw-biz-agent --skill github-junchenghuo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/junchenghuo/openclaw-biz-agent/tree/main/ui/skills/github
Command: npx skills add https://github.com/junchenghuo/openclaw-biz-agent --skill github-junchenghuo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, automating common tasks like managing issues and pull requests, and checking CI statuses, reducing the need for manual command-line operations.

Core Features & Use Cases

  • Issue Management: Create, list, and close GitHub issues.
  • Pull Request Operations: View PR details, check CI status, create, and merge PRs.
  • API Queries: Fetch specific data from GitHub using its API.
  • Use Case: Quickly check the CI status of a specific pull request or create a new issue to report a bug.

Quick Start

Use the github skill to list all open pull requests for the owner/repo repository.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage GitHub issues and pull requests from the command line?

You can manage GitHub issues and pull requests by using the `gh` CLI to automate tasks like creating, listing, and closing items, which reduces manual command-line operations.

What is the best way to check the CI status of a GitHub pull request?

Checking CI status of a pull request is done by interacting with the GitHub repository via the `gh` CLI, allowing you to view PR details and CI run statuses automatically.

Do I need the gh CLI installed to query the GitHub API for repository data?

Yes, querying the GitHub API for structured data retrieval requires the `gh` CLI to be installed and authenticated on your system before executing any workflow tasks.

Can I automate creating and merging pull requests for GitHub repositories?

Automating pull request operations is supported by interacting with GitHub repositories via the `gh` CLI, enabling you to automatically create and merge pull requests.

How does fetching specific data from the GitHub API work for CI runs?

Fetching specific data from the GitHub API for CI runs works by executing structured data retrieval queries through the authenticated `gh` CLI to automate development workflow tasks.