gh-cli

Reference GitHub CLI commands for authentication, repositories, issues, PRs, and workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

GitHub operations from the command line can be tedious without a centralized reference. This skill provides a comprehensive GitHub CLI (gh) command reference and usage guidance.

Core Features & Use Cases

  • Comprehensive gh command reference for authentication, repository operations, issues, PRs, actions, and releases.
  • Examples and patterns for common workflows like creating PRs, listing issues, and managing workflows.
  • Real-world scenario: you want to automate a script that creates a PR and assigns reviewers; consult the reference for exact gh commands.

Quick Start

Look up the gh command reference for a specific operation.

Frequently Asked Questions about gh-cli

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

FAQPage Schema
How do I use GitHub CLI commands to manage pull requests and issues from the terminal?▼

Use the GitHub CLI (gh) to manage pull requests and issues directly from the terminal. It provides a comprehensive command reference for creating PRs, assigning reviewers, and listing issues across multiple platforms.

What is the best way to automate GitHub workflows and repository operations via command line?▼

Automating GitHub workflows via command line is best handled by GitHub CLI. It supplies command patterns for managing actions, releases, and repository operations to script automated tasks efficiently.

How do I authenticate with GitHub CLI across different platforms?▼

Authenticate with GitHub CLI by following its dedicated authentication command reference. It guides you through setting up credentials across multiple platforms to enable secure repository operations.

Can I find examples for creating a PR and assigning reviewers using command-line GitHub tools?▼

Yes, the GitHub CLI reference includes real-world examples and patterns for common workflows. You can find exact commands for scripting tasks like creating a PR and assigning reviewers.

Does this GitHub CLI reference cover actions and releases management?▼

Yes, the GitHub CLI reference covers actions and releases management. It provides operational commands and usage guidance for handling these GitHub features directly from the command line.