github

Execute gh CLI commands to manage GitHub issues, pull requests, and runs.

37|9|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/yangkun19921001/PP-Claw --skill github-yangkun19921001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/yangkun19921001/PP-Claw/tree/main/skills/github
Command: npx skills add https://github.com/yangkun19921001/PP-Claw --skill github-yangkun19921001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables seamless GitHub interactions by executing gh CLI commands within AI workflows, allowing you to manage issues, PRs, and repository data without leaving the AI environment.

Core Features & Use Cases

  • Manage issues, pull requests, and CI runs using gh commands to retrieve status, make changes, and trigger actions.
  • Perform advanced queries and data fetches with gh api to retrieve repository information, user data, and workflow details.
  • Use within automation flows to run repetitive GitHub tasks across multiple repositories and consolidate results for decision making.

Quick Start

Prompt the AI to run a gh command against a target repository to list pull requests.

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 management tasks within an AI workflow?

You can automate GitHub repository management by executing gh CLI commands directly within the AI workflow to manage issues, pull requests, and CI runs without leaving your environment.

How do I retrieve pull request and issue statuses across multiple repositories?

Retrieve pull request and issue statuses across multiple repositories by executing advanced queries with the gh api command to fetch repository data and workflow details for decision making.

Do I need to install the gh CLI to manage GitHub pull requests using this approach?

Yes, you need to have the gh CLI installed and available in your execution environment, as this approach relies on executing gh commands to interact with GitHub.

Can I use the GitHub API to trigger workflow runs and fetch user data?

Yes, you can use the gh api command to perform advanced queries, trigger actions, and fetch workflow details or user data from your repositories.

What is the best way to run repetitive GitHub tasks across multiple repositories?

The best way to run repetitive GitHub tasks across multiple repositories is using automation flows that execute structured gh CLI commands and consolidate the results for review.

How do I specify a target repository when running gh commands in an automation flow?

You can specify a target repository using the --repo specification in your gh CLI commands to ensure the actions are executed against the correct project.