GitHub

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing for efficient management of issues, pull requests, and CI/CD pipeline runs directly from the command line.

Core Features & Use Cases

  • Issue and PR Management: Interact with GitHub issues and pull requests using the gh CLI.
  • CI/CD Monitoring: Check the status of CI runs, view specific run details, and access logs.
  • Advanced API Access: Utilize gh api for complex queries and data retrieval beyond standard commands.
  • Use Case: Quickly check the CI status of a specific pull request, list recent workflow runs for a repository, or retrieve detailed information about a pull request using its number.

Quick Start

Check the CI status for pull request number 55 in 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 from the command line by using the GitHub CLI (`gh`). This Skill facilitates interaction with your repositories to handle PRs and issues directly without needing the web interface.

Can I check the status of CI/CD pipeline runs for a specific pull request?

Yes, you can check the status of CI/CD pipeline runs for a specific pull request. The Skill uses the `gh` CLI to monitor CI runs, view specific run details, and access logs directly from your terminal.

Do I need to install and authenticate the GitHub CLI before using this?

Yes, you must install the `gh` binary and configure it for authentication before using this Skill. It relies entirely on the GitHub CLI to facilitate interaction with your repositories and execute commands.

How do I perform advanced API queries on GitHub repositories?

To perform advanced API queries on GitHub repositories, you can utilize the `gh api` command. This allows for complex data retrieval and queries beyond the standard issue and pull request management commands.

What's the best way to view recent workflow runs for a repository?

The best way to view recent workflow runs for a repository is by using the `gh` CLI through this Skill. It streamlines CI/CD monitoring by allowing you to quickly list recent runs and access detailed logs for specific workflows.

Are there limitations when managing GitHub repositories via the CLI?

The primary limitation is the dependency on the `gh` binary being installed and authenticated. While it supports advanced API queries and CI run monitoring, all interactions are constrained by the GitHub CLI's capabilities and API rate limits.