github-cli

Manage GitHub repositories, issues, pull requests, and releases via the gh CLI in the terminal.

6|2|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/trotsky1997/My-Claude-Agent-Skills --skill github-cli-trotsky1997
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-cli
Source: https://github.com/trotsky1997/My-Claude-Agent-Skills/tree/main/github-cli
Command: npx skills add https://github.com/trotsky1997/My-Claude-Agent-Skills --skill github-cli-trotsky1997

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables developers to manage GitHub repositories, issues, pull requests, and releases directly from the terminal using the GitHub CLI (gh).

Core Features & Use Cases

  • GitHub management from the terminal: view repos, create PRs, update issues, and publish releases without leaving your editor or shell.
  • Automation-ready workflows: scripted interactions in CI/CD or local automation to streamline repetitive tasks.
  • Use Case: imagine you need to triage issues across multiple repos and open PRs from a single script; this Skill provides command guidance to accomplish that quickly.

Quick Start

Install and configure gh, then try common tasks such as gh repo view OWNER/REPO, gh pr list, gh issue list, and gh release create.

Frequently Asked Questions about github-cli

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

FAQPage Schema
How do I manage GitHub pull requests and issues from the terminal?

You can manage GitHub pull requests and issues from the terminal using the GitHub CLI (gh). This skill provides command references and practical workflows to view, create, and update PRs and issues directly in your shell without a web browser.

What is the best way to automate GitHub repository management in scripts?

Automating GitHub repository management is best done using the gh CLI within shell scripts. This skill offers scenario-based guidance for scripted interactions in CI/CD or local automation to streamline repetitive repo administration tasks.

Do I need the GitHub CLI installed to manage releases from the terminal?

Yes, you need the GitHub CLI (gh) and standard shell utilities installed to manage releases from the terminal. This skill requires gh to execute commands for viewing repos and publishing releases locally.

Can I triage issues across multiple repositories using gh?

Yes, you can triage issues across multiple repositories using gh commands. This skill provides guidance to list and update issues across repos from a single script, enabling fast terminal-based issue tracking.

Does this approach work for local development workflows without leaving the editor?

Yes, terminal-based GitHub management works for local development by running gh commands directly in your shell. This skill enables you to view repos, create PRs, and publish releases without leaving your editor environment.