gh-cli

Manage GitHub repositories, issues, pull requests, and actions via the gh command-line interface.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/blackillzone/kingshot-companion --skill gh-cli-blackillzone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/blackillzone/kingshot-companion/tree/main/.agents/skills/gh-cli
Command: npx skills add https://github.com/blackillzone/kingshot-companion --skill gh-cli-blackillzone

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of navigating complex GitHub workflows, such as repository management, issue tracking, pull request handling, and more, from a single command line interface.

Core Features & Use Cases

  • Repository Management: Create, clone, and manage repositories from the command line.
  • Issue Tracking: Create, list, edit, and manage issues.
  • Pull Request Handling: Create, list, review, and merge pull requests.
  • Workflow Automation: Utilize GitHub Actions to automate workflows and run actions on commits.
  • Use Case: Automate the deployment process for your GitHub-hosted application by defining and executing GitHub Actions workflows.

Quick Start

Use the gh command followed by the specific action, such as gh pr create to create a pull request.

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 and pull requests from the command line?

You can manage GitHub repositories and pull requests from the command line by using the gh CLI tool to create, clone, review, and merge pull requests efficiently. It provides a seamless interface for handling these workflows without leaving the terminal.

Can I automate GitHub Actions workflows via the command line?

Yes, you can automate GitHub Actions workflows via the command line by utilizing the gh CLI tool. This allows developers to define and execute workflow actions directly on commits for automated deployment processes.

Do I need to install GitHub CLI before managing issues and repositories?

Yes, you need to install the GitHub CLI tool and configure appropriate permissions before managing issues and repositories. This installation is required to execute command-line operations for handling GitHub workflows.

What is the best way to handle GitHub issue tracking without using the web interface?

The best way to handle GitHub issue tracking without the web interface is using the gh CLI tool. It allows developers to create, list, edit, and manage issues directly from the command line for efficient workflow automation.

How do I create a pull request using the command line interface?

You can create a pull request using the command line interface by executing the gh pr create command. This GitHub CLI tool provides a seamless way to handle pull request creation and management operations.