github-cli

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

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/binfen1/my-skills --skill github-cli-binfen1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-cli
Source: https://github.com/binfen1/my-skills/tree/main/openclaw/github-cli
Command: npx skills add https://github.com/binfen1/my-skills --skill github-cli-binfen1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes GitHub operations by leveraging the gh CLI to automate routine tasks, reducing manual overhead and context-switching.

Core Features & Use Cases

  • Comprehensive gh CLI coverage for repos, issues, PRs, Actions, releases, gists, search, Projects V2, API access, secrets/variables, labels, and codespaces.
  • Supports authentication, config, and scripted workflows across single or multiple organizations, enabling batch operations and reproducible workflows.
  • Real-world scenario: a team wants to audit open PRs across all repos and generate a summary report with statuses and owners.

Quick Start

Inspect and execute gh commands to automate your GitHub workflows.

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 management across multiple repositories?

Automate GitHub pull request management across multiple repositories by scripting routine tasks like audits and code review workflows using the GitHub CLI. It supports batch operations and reproducible workflows across single or multiple organizations.

What is the best way to audit open PRs across all repos and generate a summary report?

The best way to audit open PRs across all repos is to use the GitHub CLI to fetch statuses and owners, outputting data in JSON format. This enables robust automation and integration with other tools to generate a comprehensive summary report.

Does the GitHub CLI support both REST and GraphQL API access for automation?

Yes, the GitHub CLI supports both REST and GraphQL API access for automation. It also provides gh authentication, config options, and JSON output formats to facilitate robust integration with other tools in your CI contexts.

Can I use GitHub CLI workflows for releases and Actions in local and CI contexts?

Yes, you can use GitHub CLI workflows for releases and Actions in both local and CI contexts. The comprehensive coverage supports repos, issues, PRs, Actions, releases, gists, search, Projects V2, secrets, variables, labels, and codespaces.

How do I script routine GitHub tasks like code review workflows to reduce manual overhead?

Script routine GitHub tasks like code review workflows by harnessing the GitHub CLI to perform repository and issue operations. This centralizes operations, reducing manual overhead and context-switching for individual or multi-repo environments.