gh-cli

Reference GitHub CLI command syntax and options for automation workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Users often need quick, reliable access to GitHub CLI command references and usage examples without leaving their workflow.

Core Features & Use Cases

  • Comprehensive command reference across gh auth, gh repo, gh pr, gh issue, gh workflow, gh gist, gh codespace, gh project, gh release, gh label, gh api, and more.
  • Quick lookup of command syntax, options, and typical usage to accelerate scripting and learning.
  • Use case: validate exact command structures when building automation scripts or onboarding new team members.

Quick Start

Use this skill to quickly reference gh commands and common workflows.

Frequently Asked Questions about gh-cli

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

FAQPage Schema
How do I look up GitHub CLI commands for repository and pull request workflows?

To look up GitHub CLI commands, use a comprehensive reference covering gh repo, gh pr, and gh issue to quickly find exact syntax, options, and typical usage examples for daily development workflows.

What GitHub CLI commands are available for automating scripts and actions?

GitHub CLI automation supports commands like gh workflow for GitHub Actions and gh api for direct API calls, enabling you to build scripts and automate tasks efficiently without leaving your terminal.

Can I use the GitHub CLI to manage codespaces and gists?

Yes, the GitHub CLI supports managing codespaces and gists through dedicated gh codespace and gh gist commands, providing quick reference for their syntax to accelerate your environment provisioning and snippet sharing.

What is the best way to authenticate with GitHub CLI for automation?

The best way to authenticate for automation is using the gh auth command, which provides secure login options and token management to enable seamless scripting and API interactions across your development environment.

Does this GitHub CLI reference cover organization and project management commands?

Yes, this reference covers organization and project management commands, including gh project and gh label, providing exact command structures to help you manage resources and onboard new team members faster.

How do I validate exact GitHub CLI command structures for extensions and releases?

You can validate exact command structures for extensions and releases by referencing the gh extension and gh release commands, ensuring your automation scripts and deployment workflows use the correct syntax and options.