gh-cli

Automate GitHub repository, issue, and pull request operations via gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines GitHub operations, allowing users to manage repositories, issues, pull requests, and more through the GitHub CLI, eliminating the need for manual navigation and repetitive commands.

Core Features & Use Cases

  • Repository Management: Create, clone, and manage repositories with ease.
  • Issue and PR Management: Inspect, create, and manage issues and pull requests.
  • CLI Automation: Automate GitHub tasks with scripts and commands.
  • Use Case: For a developer looking to automate the process of creating new branches, submitting pull requests, and managing issues within a GitHub repository.

Quick Start

Use the gh-cli skill to list all open issues in your 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 automate GitHub pull request handling and issue tracking from the command line?

You can automate GitHub pull request handling and issue tracking using the GitHub CLI. This approach eliminates manual navigation by running scripts to inspect, create, and manage repository issues and pull requests directly from your terminal.

Do I need to install and configure the GitHub CLI before managing repositories this way?

Yes, you must install and configure the GitHub CLI before managing repositories. This Skill requires the gh command-line tool to be properly set up so it can execute automated scripts for your GitHub workflows.

What is the best way to streamline GitHub repository management for development workflows?

The best way to streamline GitHub repository management is using the GitHub CLI to automate operations. It allows developers to create, clone, and manage repositories efficiently without repetitive manual commands.

Can I use CLI automation to create branches and submit pull requests in a GitHub repository?

Yes, you can use CLI automation to create branches and submit pull requests. This Skill automates the process of branching and submitting pull requests, simplifying repository management for developers.

Are there limitations when using the GitHub CLI for repository management compared to the web interface?

Using the GitHub CLI for repository management requires local installation and configuration of the gh tool. While it automates repetitive tasks effectively, complex visual reviews might still need the standard web interface.