github

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

14|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/rzx007/nanobot-ts --skill github-rzx007
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/rzx007/nanobot-ts/tree/main/packages/workspace/skills/github
Command: npx skills add https://github.com/rzx007/nanobot-ts --skill github-rzx007

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines interactions with GitHub repositories by leveraging the gh CLI, automating tasks related to issues, pull requests, and CI/CD workflows.

Core Features & Use Cases

  • Pull Request Checks: Monitor the CI status of specific pull requests.
  • Workflow Run Management: List and inspect details of GitHub Actions runs, including viewing logs for failed steps.
  • Advanced API Queries: Utilize gh api for custom data retrieval beyond standard subcommands.
  • Structured Output: Process command output in JSON format for easier integration and analysis.
  • Use Case: Quickly check if a pull request has passed its CI tests before merging, or investigate a failed deployment by viewing the relevant workflow run logs.

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 the CI status of a pull request using the GitHub CLI?▼

Check pull request CI status by running `gh` CLI commands against your repository to monitor checks and retrieve structured JSON output for analysis before merging.

How do I view logs for failed GitHub Actions workflow runs?▼

List and inspect GitHub Actions workflow runs using the `gh` CLI to view specific logs for failed CI/CD steps and retrieve output in JSON format for easier analysis.

Can I use the GitHub API to extract custom repository data beyond standard commands?▼

Utilize `gh api` to perform advanced queries beyond standard subcommands, extracting custom data from GitHub repositories and processing the command output in JSON format for integration.

Do I need to install and configure the gh CLI tool to manage GitHub issues and PRs?▼

Managing GitHub issues, PRs, and CI runs requires the `gh` CLI tool to be installed and configured locally to facilitate interaction and automate repository tasks effectively.

What is the best way to manage GitHub Actions workflow runs from the terminal?▼

Manage GitHub Actions workflow runs from the terminal by leveraging the `gh` CLI to list runs, inspect details, and view logs for failed steps, processing output as JSON.