github

Automate GitHub issues, PRs, and CI workflows using the gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficiently manage GitHub repositories via the gh CLI, reducing manual context switching and enabling rapid issue and PR workflows.

Core Features & Use Cases

  • Manage issues, pull requests, labels, and comments across repositories
  • Check CI status, workflow runs, and PR reviews for faster merge decisions
  • Retrieve repository data and automate common GitHub tasks via API calls

Quick Start

Authenticate with gh and begin managing issues, PRs, and CI status.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage GitHub issues and pull requests from the command line?

You can manage GitHub issues and pull requests by running gh CLI commands to create, view, and comment on them. This skill automates issue and PR workflows to reduce manual context switching across repositories.

Can I check CI workflow status and PR reviews using gh?

Yes, you can check CI status and PR reviews using gh CLI commands. This skill retrieves workflow runs and review states to help you make faster merge decisions without leaving your terminal environment.

Does this GitHub automation skill require prior authentication setup?

Yes, this GitHub automation skill requires prior gh authentication setup. You must authenticate with gh before you can begin managing issues, PRs, and CI status across your software development workflows.

What is the best way to retrieve structured repository data across multiple projects?

The best way to retrieve structured repository data is using gh CLI commands with JSON output support. This skill satisfies compatibility with common gh subcommands and formats API responses for structured data retrieval.

Why use gh CLI for repository tasks instead of manual GitHub web interface interactions?

Using gh CLI for repository tasks reduces manual context switching and enables rapid issue and PR workflows. It automates common GitHub tasks via API calls, allowing you to manage labels, comments, and repository data efficiently.