gh

Manage GitHub repositories, pull requests, issues, and workflows via the command line.

3|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/mbelinky/clawdis-skills --skill gh-mbelinky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh
Source: https://github.com/mbelinky/clawdis-skills/tree/main/gh
Command: npx skills add https://github.com/mbelinky/clawdis-skills --skill gh-mbelinky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub CLI provides a streamlined way to manage repositories, pull requests, issues, and workflows from the terminal, reducing context switching and accelerating automation.

Core Features & Use Cases

  • Manage repositories, pull requests, issues, and Actions directly from the command line.
  • Automate repetitive GitHub workflows and release tasks via scripting.
  • Integrate gh with CI/CD pipelines and local tooling to improve collaboration and efficiency.

Quick Start

Authenticate with gh and run a sample command to view a repository.

Frequently Asked Questions about gh

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 command line?

You can manage GitHub pull requests and issues from the command line by running GitHub CLI commands to automate repository workflows, reducing context switching and accelerating automation directly from your terminal.

Do I need to authenticate the GitHub CLI before automating repository workflows?

Yes, you need to authenticate the GitHub CLI before automating repository workflows. The tool requires the gh binary to be installed and properly authenticated to manage repos, PRs, and issues across local and remote environments.

Can I use GitHub CLI to automate repetitive release tasks in CI/CD pipelines?

Yes, you can use GitHub CLI to automate repetitive release tasks in CI/CD pipelines. It integrates with local tooling and CI/CD pipelines to script GitHub workflows, improving collaboration and efficiency.

What is the best way to handle GitHub Actions and repository workflows via terminal?

The best way to handle GitHub Actions and repository workflows via terminal is using GitHub CLI. It provides a streamlined interface to manage repos, pull requests, issues, and Actions directly without switching contexts.

Does GitHub CLI support managing both local and remote repository environments?

Yes, GitHub CLI supports managing both local and remote repository environments. It handles repos, PRs, issues, and workflows across these environments, enabling seamless automation via scripts and integrations.