gh-cli

Manage GitHub repositories, issues, pull requests, and Actions via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive command-line interface for interacting with GitHub, enabling efficient management of repositories, issues, pull requests, and more, directly from your terminal.

Core Features & Use Cases

  • Repository Management: Create, clone, view, edit, and delete repositories.
  • Issue & PR Workflow: Create, list, view, edit, merge, and comment on issues and pull requests.
  • GitHub Actions: Manage workflow runs, view logs, and trigger workflows.
  • Use Case: Quickly create a new repository, set up its CI workflow, and then open a pull request for a new feature, all without leaving your terminal.

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 repositories from the command line?

You can manage GitHub repositories directly from the command line by using GitHub CLI commands to create, clone, view, edit, and delete repositories without leaving your terminal.

What is the best way to automate pull request workflows in a CI/CD pipeline?

Automating pull request workflows in a CI/CD pipeline is best handled via GitHub CLI, which allows you to script the creation, listing, viewing, merging, and commenting on pull requests programmatically.

Can I trigger and view logs for GitHub Actions from my terminal?

Yes, you can trigger and view logs for GitHub Actions from your terminal by running GitHub CLI commands to manage workflow runs and monitor CI/CD pipeline outputs directly.

Do I need to install and authenticate the GitHub CLI before using these automation commands?

Yes, you must install and authenticate the GitHub CLI (gh) locally before executing any repository management, issue tracking, or GitHub Actions automation commands.

How does command-line GitHub integration compare to using the web interface for developer tools?

Command-line GitHub integration accelerates developer tasks by enabling rapid repository management and issue tracking through automated scripts, bypassing the context switching required by the web interface.