github

Automate GitHub issues, PRs, and CI data via the gh CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DaTingLi/heimaclaw --skill github-datingli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/DaTingLi/heimaclaw/tree/main/reference/nanobot/nanobot/skills/github
Command: npx skills add https://github.com/DaTingLi/heimaclaw --skill github-datingli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage GitHub interactions and repository data from the command line, eliminating context switching between web UI and development tasks.

Core Features & Use Cases

  • Interact with pull requests, issues, and CI status using the gh CLI.
  • Retrieve PR checks, workflow runs, and repository data to monitor project health.
  • Use gh api for advanced queries and custom data extraction across multiple repos.

Quick Start

Run gh pr list --repo owner/repo to view recent pull requests in a repository.

Frequently Asked Questions about github

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

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

Automate GitHub pull requests and issues by running gh CLI commands directly in your terminal. This approach manages repository interactions, reviews PRs, and queries data without switching to the web UI.

Do I need gh CLI installed to manage GitHub workflows and CI status?

Yes, you need the gh CLI installed and configured to manage GitHub workflows and CI status. The tool executes gh commands to retrieve PR checks, workflow runs, and repository data for monitoring project health.

What is the best way to check CI status across multiple GitHub repositories?

The best way to check CI status across multiple GitHub repositories is using gh api for advanced queries. It extracts custom data and retrieves workflow runs to monitor project health across your software engineering workflows.

Can I review GitHub pull requests without opening the web UI?

Yes, you can review GitHub pull requests without the web UI by supplying repository context via --repo or URLs. This enables direct command-line access to retrieve PR checks and list recent pull requests.

Why use gh api for advanced queries instead of standard GitHub commands?

Use gh api for advanced queries to perform custom data extraction across multiple repos when standard commands fall short. It allows precise querying of repository data beyond typical software engineering workflows.

What are the limitations of using gh CLI for GitHub repository data?

Limitations of using gh CLI include requiring local installation and proper authentication configuration. It relies on repository context supplied via --repo or URLs, meaning direct access is needed for every query.