github

Manage GitHub pull requests, workflow runs, and API queries via the gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories by leveraging the gh command-line interface, simplifying tasks related to pull requests, CI/CD runs, and API queries.

Core Features & Use Cases

  • CI Status Checks: Verify the status of checks on a specific pull request.
  • Workflow Run Monitoring: List recent GitHub Actions workflow runs and inspect their details.
  • Advanced API Access: Utilize gh api for complex data retrieval and manipulation beyond standard subcommands.
  • Use Case: After pushing a new feature branch, you can use this Skill to quickly check if the associated CI pipeline has passed before merging.

Quick Start

Check the CI status for pull request number 123 in the 'owner/repo' repository.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check the CI status of a pull request using the GitHub CLI?

You can check the CI status of a pull request using the GitHub CLI by running the `gh` command to verify check statuses for a specific PR in your repository. This allows you to quickly see if the associated CI pipeline has passed before merging.

How do I list recent GitHub Actions workflow runs via the command line?

You can list recent GitHub Actions workflow runs via the command line by using the `gh` CLI to list runs and inspect their details. This provides a quick way to monitor CI/CD pipelines directly from your terminal.

Do I need to install and authenticate the GitHub CLI to manage repositories?

Yes, you need to install and authenticate the GitHub CLI to manage repositories. This Skill requires `gh` CLI installation and authentication to interact with pull requests, workflow runs, and API queries.

Can I retrieve complex JSON data from the GitHub API using the gh command?

Yes, you can retrieve complex JSON data from the GitHub API using the `gh api` command. This allows for advanced data retrieval and filtering beyond standard subcommands for detailed repository manipulation.

What is the best way to automate GitHub repository tasks like checking CI pipelines?

The best way to automate GitHub repository tasks like checking CI pipelines is by leveraging the `gh` command-line interface. It streamlines interactions by supporting automated checks on PRs, listing CI runs, and executing advanced API queries.

Why use the gh CLI for GitHub API queries instead of standard subcommands?

Using the `gh` CLI for GitHub API queries provides advanced data retrieval and manipulation capabilities beyond standard subcommands. It enables complex data extraction with JSON output filtering for precise repository management.