gh-cli

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

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/LuminairPrime/openwrt-docs4ai-pipeline --skill gh-cli-luminairprime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/LuminairPrime/openwrt-docs4ai-pipeline/tree/main/.agents/skills/gh-cli
Command: npx skills add https://github.com/LuminairPrime/openwrt-docs4ai-pipeline --skill gh-cli-luminairprime

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables users to efficiently inspect and manage GitHub repository state—including pull requests, issues, and workflow runs—without leaving the command line.

Core Features & Use Cases

  • Provides common commands for listing and viewing pull requests, issues, and CI workflow runs.
  • Guides users to prefer read‑only operations and use JSON output for easy filtering.
  • Helps maintain safe interaction by recommending authentication checks and limiting destructive actions.

Quick Start

Ask the gh-cli skill to list the open pull requests for the repository owner/repo.

Frequently Asked Questions about gh-cli

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 inspect repository state, review CI pipelines, and triage contributions. It provides common commands for listing and viewing repository information.

What is the best way to list open pull requests across multiple repositories?

Listing open pull requests across multiple repositories is done by querying GitHub repository state via the CLI. The approach recommends using read-only operations with JSON output to easily filter and triage contributions.

Do I need to authenticate before using the gh command-line tool to inspect repository state?

Yes, you need to authenticate the gh command-line tool with appropriate repository permissions before inspecting repository state. Authentication checks are recommended to maintain safe interaction and ensure access to pull requests and workflow runs.

Can I review CI workflow runs and pipelines without leaving the command line?

Yes, you can review CI workflow runs and pipelines without leaving the command line by using the GitHub CLI. It allows you to inspect and manage repository state, including viewing workflow runs and triaging contributions.

How do I filter GitHub CLI output to find specific issues or pull requests?

To filter GitHub CLI output for specific issues or pull requests, you should use JSON output formatting. The skill guides users to prefer read-only operations and use JSON output for easy filtering of repository information.

What are the limitations of using the GitHub CLI for repository automation?

Limitations of using the GitHub CLI for repository automation include the need to limit destructive actions to maintain safe interaction. It is designed primarily for inspecting and managing repository state rather than executing destructive updates.