gh-cli

Reference GitHub CLI commands for repository, issue, and workflow tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a concise, authoritative reference for the GitHub CLI (gh), helping users quickly discover commands and syntax without endless web searches.

Core Features & Use Cases

  • Comprehensive command map for gh including authentication, repo, issues, PRs, workflows, releases, and gists.
  • Quick navigation for common tasks such as listing repositories, creating issues, reviewing PRs, and managing workflows from the terminal.
  • Suitable for developers, DevOps, and platform teams who rely on the GitHub CLI for day-to-day automation and scripting.

Quick Start

Run gh help to see all commands, then try gh repo list to view repositories, gh issue list to view issues, and gh pr list to review pull requests.

Frequently Asked Questions about gh-cli

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

FAQPage Schema
How do I find the correct GitHub CLI command syntax for repository management?

The GitHub CLI reference provides a comprehensive command map for repository management, helping you quickly discover syntax for tasks like listing repositories without endless web searches.

What is the best way to manage pull requests and issues from the terminal?

You can manage pull requests and issues from the terminal using GitHub CLI commands like gh pr list and gh issue list, which offer quick navigation for reviewing and tracking development tasks.

Can I use the GitHub CLI for workflow automation and DevOps scripting?

Yes, the GitHub CLI supports workflow automation and scripting for DevOps teams, providing authoritative command references for managing workflows, releases, and gists directly from the terminal.

How do I get started with the gh command-line tool for common tasks?

To get started with the gh command-line tool, run gh help to see all commands, then use gh repo list to view repositories or gh pr list to review pull requests.

Does GitHub CLI require authentication before managing repositories and workflows?

The GitHub CLI includes authentication commands as part of its comprehensive command map, allowing developers and operations teams to securely access and manage repositories, issues, and workflows.