gh-cli

Document GitHub CLI commands for authentication, repositories, issues, and pull requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit addresses the complexity and vast array of commands available in the GitHub CLI (gh), offering a comprehensive guide for efficient navigation and use.

Core Features & Use Cases

  • Comprehensive Reference: A single source of truth for all gh commands and operations.
  • CLI Structure Overview: Clear categorization of gh commands for repositories, issues, pull requests, actions, and more.
  • Installation and Authentication: Step-by-step guides for installing gh, authenticating to GitHub, and managing credentials.
  • Use Case: If you're managing a large number of repositories and need to streamline your workflow using gh commands, this skill unit will provide you with the necessary information and examples.

Quick Start

Use the gh-cli skill to list all available commands with gh-cli list-commands.

Frequently Asked Questions about gh-cli

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

FAQPage Schema
How do I authenticate the GitHub CLI and manage credentials for repository access?

To authenticate GitHub CLI, run the login command to securely connect your local gh installation to your GitHub account. This manages credentials and enables seamless repository access, issue tracking, and pull request management directly from the command line.

Can I manage GitHub pull requests and issue tracking entirely from the command line?

Yes, you can manage GitHub pull requests and issue tracking entirely from the command line using gh commands. The CLI provides specific command categories to create, view, and interact with issues and pull requests without leaving the terminal.

What basic knowledge is required to use GitHub CLI commands effectively?

Using GitHub CLI commands requires basic knowledge of the command line and familiarity with GitHub's features. You need to understand terminal navigation and core GitHub concepts like repositories, issues, and pull requests to streamline your workflow effectively.

What's the best way to navigate the vast array of GitHub CLI commands for repository management?

The best way to navigate GitHub CLI commands is by referencing a categorized CLI structure overview. Grouping commands by repositories, issues, pull requests, and actions helps you quickly find the exact operations needed for efficient repository management.

Does GitHub CLI support managing GitHub Actions workflows from the terminal?

Yes, GitHub CLI supports managing GitHub Actions workflows directly from the terminal. You can use specific gh commands to view, run, and monitor your CI/CD actions, integrating workflow management into your command-line routine.