github

Automate GitHub issues, pull requests, and CI queries via the gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with GitHub through the gh CLI to automate common repository tasks such as issues, pull requests, and CI queries.

Core Features & Use Cases

  • Manage issues and pull requests with gh commands
  • Check CI status for PRs and view workflow runs
  • Perform API queries for advanced data retrieval from repos

Quick Start

Check the CI status of a PR and list recent runs 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 check CI status and view workflow runs for a pull request?

Automating GitHub interactions through the gh CLI lets you check CI status for pull requests and view recent workflow runs for a repository. It executes gh commands to retrieve and display the CI data.

Can I use gh commands to manage issues and pull requests in non-local directories?

Managing issues and pull requests in non-local directories requires the optional --repo flag when executing gh commands. This directs the GitHub automation to target repositories outside the current local directory.

Do I need to install and authenticate the gh CLI before automating GitHub tasks?

Automating GitHub tasks requires the gh CLI to be installed and authenticated locally. This authentication is a prerequisite for executing API queries and managing repository data securely.

What's the best way to perform advanced API queries against GitHub repositories?

Performing advanced API queries against GitHub repositories is done by automating gh CLI interactions. This Skill executes the API queries to retrieve advanced data directly from specified repositories.

Does this approach work for retrieving pull request details without manual CLI input?

Retrieving pull request details without manual CLI input works by applying this Skill to automate gh commands. It handles the GitHub interactions automatically to fetch and return the requested PR data.