gh-cli

Manage GitHub repositories, issues, pull requests, and Actions from the terminal.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive command-line access to GitHub, enabling users to manage repositories, issues, pull requests, and more without leaving their terminal.

Core Features & Use Cases

  • Repository Management: Create, clone, view, edit, and delete repositories.
  • Issue & PR Workflow: Create, list, view, edit, merge, and manage issues and pull requests.
  • GitHub Actions: Monitor, rerun, and manage workflow runs and caches.
  • Use Case: Quickly create a new repository, set up its initial branch, and push your local code with a few commands.

Quick Start

Use the gh-cli skill to list all open pull requests in the current repository.

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 from the terminal?

You can manage GitHub pull requests from the terminal by using command-line interface tools to create, list, view, edit, and merge pull requests directly without switching to a web browser.

Can I monitor and rerun GitHub Actions workflows via the command line?

Yes, you can monitor and rerun GitHub Actions workflows via the command line. The CLI allows you to check workflow run statuses, manage caches, and trigger reruns directly from your terminal environment.

Do I need to install and authenticate the GitHub CLI separately to manage repositories?

Yes, you need to install and authenticate the GitHub CLI separately. This Skill provides comprehensive command-line access for repository management but requires the underlying gh tool to be installed and authenticated first.

What's the best way to create a new GitHub repository and push local code without a browser?

The best way to create a new GitHub repository and push local code without a browser is using terminal commands to create the repository, set up the initial branch, and push your existing local codebase in a few steps.

Does GitHub CLI support issue tracking and management workflows?

Yes, GitHub CLI supports issue tracking and management workflows. You can create, list, view, and edit issues directly from the terminal to facilitate efficient developer operations and project management.

What are the limitations of using the command line for GitHub repository management?

A limitation of using the command line for GitHub repository management is that it requires local terminal access and prior authentication setup, making it less visual than the standard web interface for complex project management tasks.