gh-cli

Consolidate gh CLI commands for managing GitHub resources from the terminal.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/talhayilmazai/ai-agent-in-customer-repository --skill gh-cli-talhayilmazai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/talhayilmazai/ai-agent-in-customer-repository/tree/main/.cursor/skills/gh-cli
Command: npx skills add https://github.com/talhayilmazai/ai-agent-in-customer-repository --skill gh-cli-talhayilmazai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill consolidates gh CLI commands for managing GitHub resources from the command line.

Core Features & Use Cases

  • Comprehensive Reference: Documents repositories, issues, PRs, Actions, projects, releases, gists, codespaces, organizations, extensions, and other gh operations.
  • Workflow Automation: Lets teams prototype and automate routine GitHub tasks directly from the terminal.
  • Use Case: Imagine needing to create a PR, assign reviewers, and open an issue from scripts; this skill provides the exact gh commands to accomplish it quickly.

Quick Start

Use the gh-cli skill to look up commands and perform common GitHub operations from the terminal.

Frequently Asked Questions about gh-cli

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

FAQPage Schema
How do I manage GitHub repositories and pull requests from the command line?

The GitHub CLI lets you manage repositories and pull requests from the command line by providing exact commands to create PRs, assign reviewers, and automate routine GitHub tasks directly in the terminal.

What GitHub resources can I automate using gh CLI commands?

You can automate operations for repositories, issues, pull requests, actions, projects, releases, gists, codespaces, and organizations using gh CLI commands, enabling fast workflow automation directly from your terminal scripts.

What is the best way to script GitHub issue creation and PR assignments?

Using the GitHub CLI is the best way to script issue creation and PR assignments. It consolidates the exact commands needed to quickly open issues, assign reviewers, and manage pull requests from automated scripts.

Can I use GitHub CLI to manage actions, projects, and gists?

Yes, you can use GitHub CLI to manage actions, projects, and gists. The command reference covers these resources alongside codespaces and organizations, allowing you to handle comprehensive GitHub operations entirely from the command line.

Does GitHub CLI support managing codespaces and organizations from the terminal?

GitHub CLI supports managing codespaces and organizations from the terminal. It documents commands for these resources, enabling developers to perform fast in-terminal operations and automate routine GitHub tasks without leaving the command line.