github-cli

Automate GitHub repository, issue, PR, and release operations via the gh CLI.

3|1|Updated Jun 3, 2025
One-click install
npx skills add https://github.com/Tobbe3108/GoPayShortcuts --skill github-cli-tobbe3108
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-cli
Source: https://github.com/Tobbe3108/GoPayShortcuts/tree/main/.opencode/skills/github-cli
Command: npx skills add https://github.com/Tobbe3108/GoPayShortcuts --skill github-cli-tobbe3108

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines GitHub operations by enabling command-line automation of repositories, issues, pull requests, and releases via the GitHub CLI. It reduces manual, repetitive tasks and helps maintain consistency across projects.

Core Features & Use Cases

  • Repository management automation: Create, clone, view, edit, and configure repositories from the terminal.
  • Issue and pull request orchestration: List, view, create, review, merge, close issues/PRs, and manage labels and milestones.
  • Release and workflow automation: Create releases and manage workflows; trigger actions across multiple repositories as part of release pipelines.
  • Use Case: A developer team can run a single command to audit open PRs across all repos and triage them automatically.

Quick Start

Install the gh CLI and authenticate, then try a quick example such as gh repo list or gh pr list to verify setup.

Frequently Asked Questions about github-cli

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

FAQPage Schema
How do I automate GitHub pull request reviews and issue triage across multiple repositories?

Automate GitHub pull request reviews and issue triage by orchestrating repository management, issue handling, and PR reviews through the GitHub CLI. It enables batch operations and rapid triage across teams using the gh command reference.

Can I manage GitHub releases and trigger workflows from the command line?

Manage GitHub releases and trigger workflows from the command line by automating release creation and workflow management through the GitHub CLI. This allows you to trigger actions across multiple repositories as part of release pipelines.

Do I need the gh CLI installed and authenticated to automate repository management?

Yes, automating repository management requires the gh CLI to be installed and authenticated. Once set up, you can create, clone, view, edit, and configure repositories directly from the terminal.

What is the best way to automate repetitive GitHub tasks for development pipelines?

The best way to automate repetitive GitHub tasks for development pipelines is using the GitHub CLI. It streamlines operations by reducing manual tasks and maintaining consistency across projects through command-line automation.

How does GitHub CLI automation handle multi-repo maintenance and batch operations?

GitHub CLI automation handles multi-repo maintenance by applying batch operations across repositories. It reduces manual repetitive tasks and helps maintain consistency, allowing teams to run a single command to audit open PRs and triage them automatically.