github

Manage GitHub issues, pull requests, and CI/CD runs via the gh CLI.

437|40|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/HazAT/pi-config --skill github-hazat
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/HazAT/pi-config/tree/main/skills/github
Command: npx skills add https://github.com/HazAT/pi-config --skill github-hazat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and 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 issues, pull requests, and CI/CD runs.

Core Features & Use Cases

  • Issue and PR Management: View, list, and check the status of GitHub issues and pull requests.
  • CI/CD Monitoring: Inspect workflow runs, identify failures, and view logs for specific runs.
  • Advanced API Access: Utilize gh api for complex queries and data retrieval beyond standard commands.
  • Use Case: Quickly check the CI status of a specific pull request or list the last 10 workflow runs for a repository.

Quick Start

Use the github skill to check the status of 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 the status of a GitHub pull request using the CLI?▼

You can check the status of a GitHub pull request by using the `gh` CLI to query the specific PR number in the repository. This Skill inspects detailed statuses, CI/CD workflow runs, and logs for the target pull request.

How do I list recent GitHub workflow runs for a repository?▼

To list recent GitHub workflow runs, execute `gh` CLI commands through this Skill. It retrieves and displays the latest CI/CD runs, allowing you to quickly identify failures and inspect specific workflow logs.

Can I manage GitHub issues and pull requests without installing extra software?▼

Managing GitHub issues and pull requests requires the `gh` CLI to be installed and authenticated. This Skill relies entirely on the `gh` command-line interface for repository interactions and advanced API queries.

What is the best way to perform advanced GitHub API queries for repository data?▼

The best way to perform advanced GitHub API queries is by using the `gh api` command via this Skill. It supports complex data retrieval beyond standard commands to extract specific repository data.

Why does the GitHub CLI command fail to return repository data?▼

A GitHub CLI command fails to return repository data if `gh` CLI is not properly installed or authenticated. This Skill requires valid `gh` authentication to execute API queries and manage issues correctly.