github

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

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill github-astoryh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/github
Command: npx skills add https://github.com/AstorYH/PASB --skill github-astoryh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing for efficient management of issues, pull requests, and CI/CD workflows directly from the command line.

Core Features & Use Cases

  • Pull Request Monitoring: Check the status of CI checks on specific pull requests.
  • Workflow Run Inspection: List recent workflow runs and view detailed logs, including only failed steps.
  • Advanced API Queries: Utilize gh api for custom data retrieval beyond standard commands.

Quick Start

Use the github skill to list the 10 most recent workflow runs for 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/CD workflow run status for GitHub pull requests from the command line?

To check GitHub pull request CI/CD status from the command line, use the gh CLI to monitor checks and list recent workflow runs. You can view detailed logs and filter for failed steps using structured JSON output.

Can I query custom GitHub API endpoints and filter JSON responses with the gh CLI?

Yes, you can query custom GitHub API endpoints using the gh api command and filter the structured JSON output. The gh CLI supports advanced queries with jq syntax to retrieve specific data beyond standard repository commands.

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

Yes, you must install and configure the gh CLI to manage GitHub repositories, issues, pull requests, and CI/CD runs. The command line interface provides the necessary authentication and API access for these workflow operations.

What is the best way to view failed CI/CD steps in GitHub Actions logs?

The best way to view failed CI/CD steps in GitHub Actions logs is using the gh CLI to inspect workflow runs. You can list recent runs, view detailed logs, and apply JSON filtering to display only the failed steps.

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

To list recent GitHub Actions workflow runs for a specific repository, use the gh CLI to execute a command targeting the owner/repo repository. This command returns the workflow run history and status directly in your terminal.

Why use the gh CLI instead of the web interface for managing GitHub issues and pull requests?

Using the gh CLI instead of the web interface streamlines GitHub repository interactions by allowing efficient management of issues, pull requests, and CI/CD workflows directly from the command line without leaving your development environment.