gh-cli

Reference gh commands for repositories, issues, pull requests, actions, and releases.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/timcase/agent-skills --skill gh-cli-timcase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/timcase/agent-skills/tree/main/gh-cli
Command: npx skills add https://github.com/timcase/agent-skills --skill gh-cli-timcase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub CLI (gh) usage reference provides quick access to commands and examples for managing GitHub resources from the terminal, reducing context-switching and hunting through docs.

Core Features & Use Cases

  • Quick command references for repositories, issues, pull requests, actions, projects, and releases.
  • Contextual examples and common workflows to accelerate automation and scripting.
  • Real-world scenarios: creating issues, opening PRs, listing workflows, and managing releases from the terminal.

Quick Start

Ask for the exact gh command to perform a common GitHub task and receive a ready-to-run CLI invocation.

Frequently Asked Questions about gh-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list and manage GitHub Actions workflows from the command line?

You can manage GitHub Actions workflows from the command line by using the gh CLI to list recent workflow runs, view execution logs, and trigger actions directly from your terminal without visiting the web interface.

What is the best way to create a pull request using the gh command-line tool?

The best way to create a pull request using the gh command-line tool is by running the specific gh pr create command, which allows you to open PRs directly from the terminal with contextual options and automation scripting support.

Can I automate GitHub repository management and releases via the terminal?

Yes, you can automate GitHub repository management and releases via the terminal by executing gh CLI commands to create repositories, manage issues, and draft releases, reducing context-switching and hunting through documentation.

Does the gh CLI reference cover common scenarios like opening issues and checking PR status?

The gh CLI reference covers common scenarios like opening issues and checking PR status by providing quick command references, contextual examples, and real-world workflows for managing repositories, pull requests, and actions.

Why should I use gh commands instead of navigating the GitHub web interface?

You should use gh commands instead of navigating the GitHub web interface to reduce context-switching, accelerate shell scripting and automation, and receive ready-to-run CLI invocations for managing issues, PRs, and releases.

When do I need a gh CLI command reference for managing GitHub resources?

You need a gh CLI command reference for managing GitHub resources when you require quick, in-context command guidance for repositories, issues, pull requests, actions, and workflows without interrupting your terminal workflow.