gh-cli

Automate GitHub operations via gh CLI for repositories, issues, and pull requests.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/aheissenberger/gitvault --skill gh-cli-aheissenberger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/aheissenberger/gitvault/tree/main/.copilot/skills/gh-cli
Command: npx skills add https://github.com/aheissenberger/gitvault --skill gh-cli-aheissenberger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub operations are frequently scattered between the web UI and the terminal; this Skill centralizes and accelerates common tasks by providing a comprehensive gh-based reference that you can run from your shell.

Core Features & Use Cases

  • Command-line governance: manage repositories, issues, pull requests, pages, and workflows entirely from the terminal.
  • Automation-ready: integrate gh commands into scripts and CI/CD pipelines for repeatable workflows.
  • Learning & discovery: browse and discover gh command structures and options to accelerate onboarding and productivity.

Quick Start

Run gh to list repositories, view issues, and create a new pull request from your current branch.

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 and issues from the command line?

You can manage GitHub pull requests and issues from the command line using the gh CLI. This Skill provides a comprehensive command reference to automate repository operations directly from your terminal shell.

Can I automate GitHub repository management tasks in CI/CD pipelines?

Yes, you can automate GitHub repository management tasks in CI/CD pipelines using gh CLI commands. The Skill mirrors the gh command hierarchy to enable deterministic, scriptable workflows for actions and projects.

What do I need to use gh commands for scripting GitHub workflows?

To use gh commands for scripting GitHub workflows, you need the gh CLI installed and basic terminal access. This setup allows you to run commands for rapid repository management and automation.

What is the best way to discover gh command structures for GitHub automation?

The best way to discover gh command structures for GitHub automation is through a reference that mirrors the CLI hierarchy. This Skill helps you browse options for repositories, issues, and actions to accelerate onboarding.

Does this approach centralize GitHub operations away from the web UI?

Yes, this approach centralizes GitHub operations away from the web UI by moving tasks entirely to the terminal. It covers pages, workflows, and pull requests, accelerating common development tasks via gh.