gh-cli

Manage GitHub repositories, issues, pull requests, and releases via gh CLI.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/tamago0224/kuroshio-mta --skill gh-cli-tamago0224
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/tamago0224/kuroshio-mta/tree/main/.agents/skills/gh-cli
Command: npx skills add https://github.com/tamago0224/kuroshio-mta --skill gh-cli-tamago0224

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many developers struggle to remember the extensive set of GitHub CLI commands needed to manage repositories, issues, pull requests, and actions efficiently, leading to time‑wasting and errors.

Core Features & Use Cases

  • Comprehensive command reference: Detailed syntax for authentication, repository creation, issue tracking, pull‑request management, workflow runs, releases, and more.
  • Automation ready: Enables scripting of GitHub operations in CI/CD pipelines and local workflows.
  • Cross‑platform support: Works on macOS, Linux, and Windows with consistent commands.

Quick Start

Use the gh-cli skill to list open pull requests for the repository tamago0224/kuroshio-mta.

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 using the GitHub CLI to create, list, edit, and merge repository resources directly within automated workflows.

Can I automate GitHub actions and repository management tasks in CI/CD pipelines?

Yes, you can automate GitHub actions and repository management tasks in CI/CD pipelines by scripting GitHub CLI commands to handle operations like workflow runs and releases consistently across platforms.

Do I need to install and authenticate the GitHub CLI tool separately before managing repositories?

Yes, you need the GitHub CLI tool installed and authenticated with appropriate permissions before you can access and manipulate target repositories for management tasks.

What is the best way to list open pull requests for a GitHub repository via CLI?

The best way to list open pull requests for a GitHub repository via CLI is executing the appropriate GitHub CLI command to retrieve and display active pull request data.

Does the GitHub CLI work consistently across macOS, Linux, and Windows for repository management?

Yes, the GitHub CLI works consistently across macOS, Linux, and Windows, providing uniform commands for repository management, issue tracking, and workflow automation.

Why is it difficult to remember GitHub CLI commands for repository and actions management?

It is difficult to remember GitHub CLI commands for repository and actions management because the extensive syntax set for issues, pull requests, and releases leads to time-wasting and errors without a comprehensive reference.