gh

Automate GitHub operations including repositories, issues, PRs, and releases via the gh CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nakamotosai/chii --skill gh-nakamotosai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh
Source: https://github.com/nakamotosai/chii/tree/main/skills/gh
Command: npx skills add https://github.com/nakamotosai/chii --skill gh-nakamotosai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline GitHub operations by driving gh from the terminal, eliminating context switches and enabling automation for repos, issues, PRs, and releases.

Core Features & Use Cases

  • Authenticate, check status, and inspect repository details with gh auth status and gh repo view.
  • Create, clone, and fork repositories; manage issues and pull requests from scripts or automation.
  • Publish releases and retrieve quick summaries of repository state to inform workflows.

Quick Start

Use gh to perform the requested GitHub operation and report the results.

Frequently Asked Questions about gh

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

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

Using the gh command-line interface to manage pull requests and issues from the terminal automates repository operations and eliminates context switches. This Skill drives gh to handle GitHub actions for development workflows requiring fast, repeatable operations.

Can I automate GitHub releases and repository creation without a web browser?

Automating GitHub releases and repository creation without a web browser is possible by executing gh commands. This Skill scriptably drives the gh command-line interface to clone, fork, and publish releases directly from your terminal.

Do I need to authenticate gh before automating repository operations?

Authenticating gh before automating repository operations is required because the Skill relies on gh being installed and authenticated. It uses gh auth status to verify access and operate on target repositories and resources.

What is the best way to retrieve a quick summary of my repository state for automation workflows?

Retrieving a quick summary of your repository state for automation workflows is best done using gh repo view. This command provides fast, scriptable access to repository details, informing your automation workflows directly from the terminal.

Does this approach work for development teams that need fast, repeatable GitHub actions?

Driving gh from the terminal works for development teams needing fast, repeatable GitHub actions. It applies to automation workflows that require scriptable management of repos, issues, PRs, and releases without manual web interaction.