github-cli

Wrap gh CLI operations into reusable commands for GitHub workflow management.

91|9|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/GantisStorm/essentials-claude-code --skill github-cli-gantisstorm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-cli
Source: https://github.com/GantisStorm/essentials-claude-code/tree/main/essentials/skills/github-cli
Command: npx skills add https://github.com/GantisStorm/essentials-claude-code --skill github-cli-gantisstorm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub workflow management is simplified by wrapping gh operations into a single, reusable set of commands, reducing context switching and manual command recall.

Core Features & Use Cases

  • PR operations: view status, checks, merge, and view a PR in browser
  • Issue operations: list issues and create new ones
  • Repository operations: view repository information quickly

Quick Start

Install the gh CLI, authenticate with gh auth login, and begin using commands such as /github-cli pr status to manage PRs and issues from the command line.

Frequently Asked Questions about github-cli

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

FAQPage Schema
How do I automate GitHub pull request and issue management from the command line?

Automating GitHub pull request and issue management is done by wrapping the gh CLI into reusable commands for pr status, checks, merges, views, and issue listings. This reduces context switching and manual command recall across multiple repositories.

What's the best way to check pull request status and merge PRs across multiple repos?

Checking pull request status and merging PRs across multiple repos is handled by executing targeted gh CLI commands for pr status, pr checks, and pr merge. This provides quick visibility and actionability without manual git command recall.

Do I need gh installed and authenticated to manage GitHub workflows via CLI?

Yes, you need the gh CLI installed and authenticated via gh auth login to manage GitHub workflows. Once authenticated, you can run commands to view repository information, list issues, and check PR statuses directly.

How does wrapping gh CLI commands simplify repository and PR management?

Wrapping gh CLI commands simplifies repository and PR management by consolidating operations like pr view, pr list, and repo view into a coherent set. This provides a unified interface for routine developer tasks, reducing manual command recall.

Can I create new issues and view repository information quickly without opening a browser?

Yes, you can create new issues and view repository information directly in the terminal using issue create and repo view commands. These gh-powered operations allow quick access to repository details and issue tracking without browser context switching.

Why does my GitHub CLI workflow still require manual command recall for routine tasks?

Routine GitHub CLI workflows require manual command recall when not using a consolidated wrapper. By mapping specific tasks like pr checks and issue list to reusable commands, this Skill eliminates the need to remember exact gh syntax for every operation.