gh-cli

Manage GitHub repositories, pull requests, issues, and Actions via CLI.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/J03Fr0st/maestro --skill gh-cli-j03fr0st
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/J03Fr0st/maestro/tree/main/.github/skills/gh-cli
Command: npx skills add https://github.com/J03Fr0st/maestro --skill gh-cli-j03fr0st

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers you to manage GitHub repositories, pull requests, and issues directly from your command line, streamlining your development workflow.

Core Features & Use Cases

  • Pull Request Management: Create, list, review, and merge pull requests efficiently.
  • Issue Tracking: Create, list, and manage GitHub issues with ease.
  • Repository Operations: Clone, create, and view repositories.
  • GitHub Actions: Monitor and manage workflow runs.
  • Use Case: Quickly create a pull request for your current branch, assign reviewers, and then monitor its CI status directly from your terminal without opening a web browser.

Quick Start

Use the gh-cli skill to create a pull request for your current branch with the title "feat: add new feature".

Frequently Asked Questions about gh-cli

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

FAQPage Schema
How do I create a pull request from the command line without opening a browser?

You can create a pull request directly from the command line using the GitHub CLI. This allows you to assign reviewers and set titles for your current branch without navigating the web interface.

Can I monitor GitHub Actions workflow runs from my terminal?

Yes, you can monitor and manage GitHub Actions workflow runs directly from your terminal. The CLI provides commands to check the CI status of your branches and view workflow execution details.

Do I need to install and authenticate the GitHub CLI tool separately to manage issues?

Yes, you must have the GitHub CLI tool installed and authenticated to manage issues. Once authenticated, you can create, list, and manage GitHub issues entirely from your command line.

What is the best way to automate repository operations and pull request management?

Automating repository operations and pull request management is best handled via command line interface tools. This approach supports automated workflows, CI/CD integration, and direct API access for advanced operations.

Why does my automated workflow require direct API access for advanced GitHub operations?

Automated workflows require direct API access to perform advanced GitHub operations efficiently. Using the command line interface allows your DevOps pipelines to interact programmatically with repository data and CI/CD systems.