gh-cli

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

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

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, merge, and manage issues and pull requests.
  • CI/CD Automation: Interact with GitHub Actions, including viewing workflow runs and managing secrets/variables.
  • Use Case: Quickly create a new repository, set up its initial files, and open a pull request for a feature branch, 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 pull requests from the terminal?

You can manage GitHub pull requests from the terminal by using command-line commands to create, list, view, and merge pull requests directly without leaving your CLI environment.

Can I automate GitHub Actions and CI/CD workflows via the command line?

Yes, you can automate GitHub Actions and CI/CD workflows via the command line by viewing workflow runs and managing repository secrets or variables directly through terminal commands.

What are the prerequisites for using a GitHub CLI skill?

The prerequisites for using a GitHub CLI skill are having the GitHub CLI (gh) installed on your system and completing the authentication process to enable secure repository access.

How do I create and manage GitHub repositories without a web browser?

You create and manage GitHub repositories without a web browser by executing terminal commands to create, clone, view, edit, and delete repositories directly from your local environment.