gh-cli

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

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/bryandrenner/ai-agent-configs --skill gh-cli-bryandrenner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/bryandrenner/ai-agent-configs/tree/main/general/copilot/skills/gh-cli
Command: npx skills add https://github.com/bryandrenner/ai-agent-configs --skill gh-cli-bryandrenner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive command-line access to GitHub, enabling users to manage repositories, issues, pull requests, Actions, and more without leaving their terminal.

Core Features & Use Cases

  • Repository Management: Create, clone, view, edit, and delete repositories.
  • Issue & PR Workflow: Create, list, view, edit, merge, and review issues and pull requests.
  • GitHub Actions: Manage workflow runs, view logs, and trigger runs.
  • Use Case: A developer can create a new repository, push their code, open a pull request, and merge it, all using gh commands.

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

You can manage GitHub pull requests from the command line by using a CLI tool to create, list, view, edit, and merge pull requests directly within your terminal workflow.

Can I trigger GitHub Actions and view workflow logs in my terminal?

Yes, you can trigger GitHub Actions and view workflow logs in your terminal. The CLI facilitates managing workflow runs, viewing logs, and triggering runs without leaving the command-line interface.

What is the best way to automate repository management for GitHub?

Automating repository management for GitHub is best achieved using a command-line interface that allows you to create, clone, view, edit, and delete repositories while integrating seamlessly with Git for version control operations.

How do I track GitHub issues without leaving the terminal?

You can track GitHub issues without leaving the terminal by using a command-line interface to create, list, view, and edit issues, facilitating efficient developer operations entirely through text-based commands.

Does the GitHub CLI integrate with existing Git version control workflows?

Yes, the GitHub CLI integrates with existing Git version control workflows. It provides a unified tool that facilitates seamless version control operations alongside repository management and pull request tracking.