github

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

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/liutao96/skill --skill github-liutao96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/liutao96/skill/tree/main/github
Command: npx skills add https://github.com/liutao96/skill --skill github-liutao96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub operation tasks like tracking issues, reviewing PRs, and orchestrating CI can be tedious when done via multiple interfaces. This skill provides a unified command-line interface through gh to streamline GitHub workflows across repositories.

Core Features & Use Cases

  • Manage Issues: list, create, comment, and close issues.
  • Manage Pull Requests: list, view, create, merge, and review PRs.
  • CI & Workflows: monitor runs, fetch logs, and trigger workflows.
  • API Queries: fetch repo metadata and search GitHub data via gh api.

Quick Start

Authenticate with gh and run the appropriate command to manage issues, PRs, or CI for 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 repository operations like issues and PRs from the command line?

You can automate GitHub repository operations using the gh CLI to manage issues, PRs, and CI. This skill provides a unified interface to list, create, comment, and close issues, as well as review and merge pull requests.

Can I monitor and trigger CI workflows across multiple repositories using gh?

Yes, you can monitor CI runs, fetch logs, and trigger workflows across multiple repositories using gh. This skill supports CI orchestration by executing gh commands to track workflow status and retrieve structured outputs.

What do I need to start managing pull requests and reviewing code with gh?

You need gh authentication and repository access to start managing pull requests. Once authenticated, you can list, view, create, merge, and review PRs directly through the command line.

How do I fetch repo metadata and search GitHub data via gh api?

You fetch repo metadata and search GitHub data by running gh api queries. This skill applies gh api to retrieve structured outputs for repository information and search across multiple repositories.

What's the best way to check PR status and comment on issues for multiple repositories?

The best way to check PR status and comment on issues is using this gh CLI skill. It streamlines GitHub workflows by applying gh commands to track PRs, comment on issues, and orchestrate operations across repositories.