gh-cli

Reference gh CLI commands for GitHub repository, issue, and pull request operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The gh-cli skill solves the problem of not knowing the exact GitHub CLI commands needed to manage repositories, issues, pull requests, Actions, and other GitHub resources from the command line.

Core Features & Use Cases

  • Comprehensive GitHub CLI command reference: Covers core operations across auth, repos, issues, pull requests, projects, releases, gists, codespaces, orgs, search, labels, secrets, variables, and more.
  • Practical workflows for common tasks: Enables fast, repeatable terminal workflows such as creating issues/PRs, reviewing PRs, managing releases, and inspecting workflow runs.
  • Config and authentication guidance: Provides setup for git integration, environment variables, and authentication flows to support automation.

Quick Start

Use the gh-cli skill to quickly find the correct terminal command to list open pull requests in trade-tycoon.

Frequently Asked Questions about gh-cli

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

FAQPage Schema
How do I list open pull requests in a GitHub repository from the terminal?

To list open pull requests from the terminal, use the GitHub CLI command reference to construct the correct gh pr list syntax. You apply specific parameters to filter pull requests by repository state and retrieve results directly in your terminal.

What GitHub CLI commands are needed to manage repository issues and PRs?

GitHub CLI commands for repository management include syntax for creating, reviewing, and listing issues and pull requests. The reference provides operational instructions covering exact parameters required for executing these common GitHub workflows from the command line.

How do I set up GitHub CLI authentication and configure environment variables?

To set up GitHub CLI authentication, use the designated auth command syntax provided in the reference. It includes guidance for configuring environment variables and git integration to fully support your terminal-based GitHub automation workflows.

Can I inspect GitHub Actions workflow runs using the gh command line interface?

Yes, you can inspect GitHub Actions workflow runs using specific gh CLI commands. The reference covers operational instructions for Actions inspection, allowing you to monitor workflow execution status and details directly from your terminal environment.

How do I search across GitHub repositories and resources via the command line?

You can search across GitHub resources by applying the gh search command syntax. The reference provides parameters for querying repositories, issues, and pull requests, enabling fast and repeatable terminal workflows for finding specific GitHub data.

What are the limitations of using GitHub CLI for repository management versus the web interface?

GitHub CLI provides a comprehensive command reference for repository management, issues, and pull requests, but focuses strictly on terminal operations. Complex visual diffs or highly interactive project board management may still require the GitHub web interface.