gh-cli

Manage GitHub repositories, issues, pull requests, and Actions from the terminal.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/HiroyukiMakita/dev-kintone-plugin --skill gh-cli-hiroyukimakita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/HiroyukiMakita/dev-kintone-plugin/tree/main/.opencode/skills/gh-cli
Command: npx skills add https://github.com/HiroyukiMakita/dev-kintone-plugin --skill gh-cli-hiroyukimakita

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive command-line interface for interacting with GitHub, streamlining your development workflow by enabling you to manage repositories, issues, pull requests, Actions, and more directly from your terminal.

Core Features & Use Cases

  • Repository Management: Create, clone, view, edit, and delete repositories.
  • Issue & PR Workflow: Create, list, view, merge, and manage issues and pull requests efficiently.
  • GitHub Actions: Monitor and manage workflow runs and workflows.
  • Use Case: Quickly create a new branch, open a pull request, and assign reviewers all without leaving your terminal.

Quick Start

Use the gh-cli skill to list all open pull requests in the current repository.

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 pull requests from the terminal?

You can manage GitHub pull requests from the terminal by creating, listing, viewing, and merging them directly through command-line interface operations. This streamlines developer workflows by enabling efficient pull request management without leaving your terminal environment.

Can I monitor GitHub Actions workflow runs using a command-line interface?

Yes, you can monitor GitHub Actions workflow runs using a command-line interface to view and manage workflows. This allows developers to track automation status and workflow execution directly from the terminal during their development process.

What is the best way to automate GitHub repository management without a browser?

Automating GitHub repository management without a browser is best done through a command-line interface that supports creating, cloning, viewing, editing, and deleting repositories. This enables complete repository control directly from your terminal environment.

Does GitHub CLI support managing issues and assigning reviewers for pull requests?

Yes, GitHub CLI supports managing issues and assigning reviewers for pull requests. You can create and manage issues, open pull requests, and assign reviewers all without leaving your terminal, streamlining the complete development workflow.

How do I create a new branch and open a pull request without leaving the terminal?

To create a new branch and open a pull request without leaving the terminal, use command-line interface commands to handle branch creation and pull request workflows. This enables efficient management of GitHub resources directly within your development environment.