github

Manage GitHub pull requests, CI statuses, and API data via gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies interacting with GitHub repositories, allowing users to manage pull requests, check CI statuses, and query API data without leaving their current environment.

Core Features & Use Cases

  • CI Status Checks: Verify the success or failure of automated checks on pull requests.
  • Workflow Run Monitoring: List and inspect recent CI/CD workflow runs.
  • Advanced API Queries: Access detailed repository data using gh api for custom reporting.
  • Use Case: Quickly check if a pull request has passed all its automated tests before merging.

Quick Start

Check the CI status for pull request number 55 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 CI status for a pull request without leaving my terminal?

You can check CI status by querying GitHub workflow runs and pull request checks directly using the GitHub CLI. This Skill facilitates interaction with GitHub repositories to verify if automated tests passed before merging.

Can I list recent CI/CD workflow runs using GitHub CLI?

Yes, you can list recent CI/CD workflow runs using the GitHub CLI. This Skill supports operations for listing workflow runs, viewing specific run details, and extracting targeted fields from API responses.

How do I query GitHub API data for custom repository reporting?

Query GitHub API data for custom reporting by executing advanced `gh api` commands. This Skill enables extracting specific fields from API responses to access detailed repository data without manual dashboard navigation.

Do I need to install GitHub CLI to manage pull requests and check CI statuses?

Yes, you need the GitHub CLI (`gh`) installed and configured to manage pull requests and check CI statuses. This Skill relies on the `gh` command-line tool to interact with your repositories.

What is the best way to monitor GitHub CI/CD workflow run details?

The best way to monitor GitHub CI/CD workflow run details is using this Skill to interact with GitHub repositories. It allows listing workflow runs, inspecting run details, and extracting specific API response fields.

Why does querying GitHub repository data fail without proper CLI configuration?

Querying GitHub repository data fails without proper CLI configuration because the Skill requires the GitHub CLI (`gh`) to be installed and authenticated. Ensure `gh` is configured to manage pull requests and query API data successfully.