github

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub repository management is often fragmented between the web UI and the command line. This skill unifies operations by using the gh CLI to handle issues, PRs, and CI checks from a single tool.

Core Features & Use Cases

  • Manage issues, pull requests, and CI workflows directly from the terminal.
  • Retrieve PR checks, view details, merge or close PRs, and query repository data with gh api.
  • Use cases include triaging PRs, creating and commenting on issues, and monitoring CI runs across multiple repositories.

Quick Start

Authenticate with gh and start by listing open PRs 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 manage GitHub pull requests and issues from the command line?

You can manage GitHub pull requests and issues from the command line by using the gh CLI to automate repository operations like listing, creating, commenting, and merging data across multiple repositories.

Can I monitor CI workflows and checks for a repository using gh api?

Yes, you can monitor CI workflows and checks by using gh api to query repository data, retrieve PR check statuses, and view details for continuous integration runs directly from your terminal.

Do I need to authenticate the gh CLI before automating repository administration?

Yes, you must have the gh CLI installed and authenticated before automating repository administration, which enables you to perform day-to-day operations like PR triage and issue management.

What is the best way to triage pull requests across multiple GitHub repositories?

The best way to triage pull requests across multiple GitHub repositories is to automate the process using gh CLI, allowing you to retrieve PR checks, view details, and merge or close PRs from a single tool.

Does this approach unify GitHub repository management better than the web UI?

Using the gh CLI unifies GitHub repository management by replacing fragmented web UI tasks with terminal commands, letting you seamlessly handle issues, PRs, and CI checks in one place.

Are there limitations when using gh api to query repository data for CI monitoring?

Limitations depend on your gh CLI authentication scope and API rate limits, meaning you must ensure proper permissions to successfully query CI runs and manage repository administration.