github

Automate GitHub tasks with the gh CLI for issues, PRs, and CI runs.

6|2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/zeminroot/cheerclaw --skill github-zeminroot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/zeminroot/cheerclaw/tree/main/cheerclaw/skills/github
Command: npx skills add https://github.com/zeminroot/cheerclaw --skill github-zeminroot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate GitHub tasks through the gh CLI to manage issues, PRs, and CI runs.

Core Features & Use Cases

  • Manage pull requests with gh pr checks, status, and review workflows
  • List, create, label, and close issues across repositories
  • Monitor CI runs and fetch logs using gh run and gh api for advanced data
  • Retrieve repository data and perform advanced queries via gh api

Quick Start

Ask the AI to review a pull request in a repository by running gh pr checks.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub workflows to manage issues and pull requests?

You can automate GitHub workflows by using the gh CLI to manage issues, PRs, and CI runs. It allows you to list, create, label, and close issues across multiple repositories quickly.

How do I check the status of pull requests across multiple repositories?

To check pull request statuses, use the gh CLI to run pr checks and review workflows. This automates status monitoring across multiple projects without navigating the GitHub UI.

Can I monitor CI runs and fetch logs using the gh command-line tool?

Yes, you can monitor CI runs and fetch logs using the gh run commands. For advanced data retrieval, you can also execute custom queries via the gh api command.

Do I need the gh CLI installed to automate GitHub tasks from the command line?

Yes, the gh CLI must be installed and accessible in your environment to automate GitHub tasks. You can optionally use the --repo flag when operating outside a git directory.

What is the best way to retrieve repository data and perform advanced queries on GitHub?

The best way to retrieve repository data is by using the gh api command. It allows you to perform advanced queries and fetch specific repository details directly from the command line.

How do I review a pull request in a repository using the command line?

You can review a pull request by instructing the AI to run gh pr checks in the target repository. This automates the review process by checking CI statuses and PR details.