github

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables developers to interact with GitHub efficiently through the gh CLI, reducing manual navigation and repetitive commands.

Core Features & Use Cases

  • PR management: list, view, and monitor pull requests and their checks with gh pr.
  • CI and workflow monitoring: view workflow runs and statuses using gh run.
  • Advanced data access: fetch detailed information with gh api and customize output using --jq.
  • Use Case: A maintainer quickly checks whether a PR has passing CI and pull request details for a quick status update.

Quick Start

Use the gh CLI to manage PRs, issues, and CI runs for a repository.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check GitHub pull request and CI workflow statuses from the command line?

You can check GitHub pull request and CI workflow statuses by leveraging the gh CLI to run pr and run commands, which lists, views, and monitors PR checks and workflow runs directly in your terminal.

Can I use gh api queries to fetch detailed repository data and customize the output?

Yes, you can use gh api queries to fetch detailed repository information and customize the output by applying --jq and --json flags to structure the returned data precisely.

Do I need to install the gh CLI to automate GitHub tasks like issue and PR management?

Yes, you need to install the gh CLI as this skill requires its pr, run, issue, and api commands to automate GitHub tasks and manage repository interactions.

What is the best way to view GitHub repository data outside of a cloned repository context?

The best way to view GitHub repository data outside a local context is using the gh CLI with the --repo flag, allowing you to specify repositories and run API queries across them.

How does automating GitHub interactions with gh CLI reduce manual navigation?

Automating GitHub interactions with gh CLI reduces manual navigation by replacing repetitive web clicks with command-line instructions to inspect pull requests, view workflow statuses, and perform API queries.