gh-cli

Automate GitHub operations including repositories, issues, pull requests, and workflows via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a complete, in-context reference for the GitHub CLI (gh), enabling users to perform repository administration, issue and PR management, workflows, and organizational tasks from the command line without switching interfaces.

Core Features & Use Cases

  • Comprehensive command map: auth, repo, issue, pr, workflow, run, release, gist, codespace, and more with structured usage patterns.
  • Quick-start guidance: practical examples to authenticate, list issues, create PRs, and automate routine tasks.
  • Real-world scenarios: batch-create issues across multiple repos, automate PR reviews, and manage workflows from scripts.

Quick Start

Run gh auth login to authenticate and then run gh help to explore command usage.

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

Automate GitHub pull requests and issue management from the command line by utilizing the GitHub CLI command reference to script routine repository administration tasks, batch-create issues, and accelerate development workflows without switching interfaces.

What is the best way to manage multiple GitHub repositories across organizations?

The best way to manage multiple GitHub repositories across organizations is using command-line automation to execute batch operations, handle authentication, and control workflows, releases, and deployments efficiently from a single terminal interface.

Can I trigger GitHub Actions workflows and runs directly from the terminal?

Yes, you can trigger GitHub Actions workflows and runs directly from the terminal by executing specific command-line instructions designed to automate continuous integration pipelines and monitor deployment statuses across your repositories.

How do I authenticate with GitHub CLI to start managing my repositories?

Authenticate with the GitHub CLI to start managing your repositories by running the quick-start authentication command, which establishes a secure connection allowing you to seamlessly execute operations on issues, PRs, and workflows.

Does the GitHub CLI command reference cover edge-case scenarios for repository administration?

Yes, the GitHub CLI command reference covers edge-case scenarios for repository administration by providing structured usage patterns and practical examples for complex tasks like batch-creating issues and automating PR reviews across multiple organizations.