github

Fetch GitHub issues, PRs, and CI status using the gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interacting with GitHub through the website or ad hoc commands is slow and error-prone for routine tasks. This skill enables fast, repeatable automation of common GitHub actions using the gh CLI—managing issues, PRs, CI checks, and API queries from a lightweight command line workflow.

Core Features & Use Cases

  • Manage issues: create, comment, and close issues across repositories.
  • Manage pull requests and CI: list, view, merge PRs, and monitor workflow runs.
  • API queries: fetch repository data and automate data retrieval for dashboards or reports.

Quick Start

List open pull requests in a repository.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub issue management across multiple repositories using the command line?

Automate GitHub issue management by using the gh CLI to create, comment, and close issues across repositories. It handles authentication, executes commands against specified repos, and formats outputs for downstream automation tasks.

What is the best way to monitor GitHub CI workflow runs and pull request status from the terminal?

Monitor CI workflow runs and PR status from the terminal by fetching GitHub data via the gh CLI. You can list, view, and merge pull requests while checking workflow run statuses without interacting with the web interface.

Can I use the gh CLI to fetch repository data for automated dashboards or reports?

Yes, you can use the gh CLI to fetch repository data for automated dashboards. The skill executes API queries to retrieve repository information and formats the outputs specifically for downstream data retrieval and reporting automation.

Does the gh CLI handle authentication and errors gracefully for automated GitHub operations?

The gh CLI ensures authentication and handles errors gracefully during automated GitHub operations. It manages credentials securely and processes command failures gracefully to format outputs reliably for downstream automation workflows.

How do I list open pull requests in a repository using the command line?

List open pull requests in a repository using the gh CLI to query and fetch PR data. The skill applies the appropriate command across the target repository, formats the output, and returns the results for review or automation.