github-cli

Automates GitHub repository and PR workflows using the GitHub CLI.

1|2|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/paulanunes85/three-horizons-accelerator-v4 --skill github-cli-paulanunes85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-cli
Source: https://github.com/paulanunes85/three-horizons-accelerator-v4/tree/main/.github/skills/github-cli
Command: npx skills add https://github.com/paulanunes85/three-horizons-accelerator-v4 --skill github-cli-paulanunes85

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, openssl, az, and includes scripts (resource) components.

What problem does it solve?

GitHub CLI operations for repository and workflow management, enabling teams to perform core tasks from the terminal.

Core Features & Use Cases

  • Authentication and authorization: Ensure secure access to GitHub resources.
  • Repository and PR management: Create, view, and manage repos, PRs, issues, and workflows from the command line.
  • Automation guidance: Provides best practices and a concrete workflow for CI/CD integration and governance.
  • Use Case: A developer can clone a repo, run a PR to update code, and trigger a workflow to validate changes in a single session.

Quick Start

Use gh to authenticate, then list workflows in your repository to verify setup and available actions.

Frequently Asked Questions about github-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 by using the GitHub CLI to create, view, and update repository workflows directly from your terminal session.

Does GitHub CLI automation require special authentication for managing organization repositories?

GitHub CLI automation requires the GitHub CLI to be installed and authenticated with appropriate repository permissions to ensure secure access to your organization's resources.

What is the best way to automate GitHub workflows for multiple repositories?

The best way to automate GitHub workflows for multiple repositories is applying CLI automation scripts that handle core tasks like cloning, PR updates, and triggering validation workflows in a single session.

Can I use GitHub CLI to integrate repository governance into CI/CD pipelines?

You can use GitHub CLI to integrate repository governance into CI/CD pipelines by following provided automation guidance and best practices for workflow validation and management.

Why does my GitHub CLI workflow management setup fail to trigger repository actions?

GitHub CLI workflow management fails to trigger actions when the environment is not properly authenticated or lacks the appropriate repository permissions required for secure access.

Do I need jq and openssl installed to automate GitHub repository operations?

You need dependencies like jq and openssl installed alongside the GitHub CLI to support the underlying script execution for automating repository operations securely.