gh-cli

Reference GitHub CLI commands for pull requests, issues, and workflows.

3|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/yungweng/dotfiles --skill gh-cli-yungweng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/yungweng/dotfiles/tree/main/claude/.claude/skills/gh-cli
Command: npx skills add https://github.com/yungweng/dotfiles --skill gh-cli-yungweng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for the GitHub CLI (gh), enabling users to interact with GitHub repositories, issues, pull requests, and more directly from their terminal, streamlining development workflows.

Core Features & Use Cases

  • Command Reference: Detailed lists of commands for authentication, pull requests, issues, repositories, workflows, releases, search, and API interactions.
  • Workflow Examples: Practical command examples for common tasks like creating PRs, managing issues, and triggering workflows.
  • Use Case: A developer needs to quickly create a pull request, add labels, and assign a reviewer. They can consult this Skill for the exact gh pr create command with the necessary flags.

Quick Start

Use the gh-cli skill to view the status of your GitHub authentication.

Frequently Asked Questions about gh-cli

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

FAQPage Schema
How do I create a pull request from the command line using GitHub CLI?

To create a pull request with GitHub CLI, use the `gh pr create` command. This skill provides the exact flags needed to assign reviewers and add labels directly from your terminal, streamlining your development workflow.

Can I manage GitHub issues and repositories directly from the terminal?

Yes, you can manage GitHub issues and repositories directly from the terminal. The GitHub CLI provides comprehensive commands for repository management, issue tracking, and authentication to facilitate efficient interaction with GitHub resources.

What GitHub features can I automate using the gh command line tool?

Using the gh command line tool, you can automate interactions with GitHub workflows, releases, search, secrets, and API calls. This skill offers detailed command references and practical usage patterns for these features to support operations personnel.

How do I check my GitHub authentication status in the command line?

You check your GitHub authentication status in the command line by using the specific authentication commands provided in this skill's reference. It allows developers to quickly verify their GitHub CLI setup before managing resources.

Does the GitHub CLI support triggering and managing GitHub Actions workflows?

Yes, the GitHub CLI supports triggering and managing GitHub Actions workflows. This skill provides detailed command references for workflows, allowing you to automate CI/CD processes and manage repository operations directly from the command line.