github

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

20|7|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/kaivyy/kabot --skill github-kaivyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/kaivyy/kabot/tree/main/kabot/skills/github
Command: npx skills add https://github.com/kaivyy/kabot --skill github-kaivyy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to interact with GitHub repositories and perform various actions directly from the command line, streamlining your development workflow.

Core Features & Use Cases

  • Pull Request Management: Check CI status, list workflow runs, and view run logs.
  • API Access: Utilize gh api for advanced queries and data retrieval not covered by subcommands.
  • Structured Output: Leverage --json and --jq for parsing and filtering command results.
  • Use Case: Quickly check the status of all recent CI runs for a specific repository to ensure code quality before merging.

Quick Start

Use the github skill to list the last 10 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 the CI status of a pull request using the command line?

To check the CI status, you can use the GitHub CLI to list recent workflow runs and view their logs directly from your terminal. This streamlines your development workflow by verifying code quality before merging.

Can I query the GitHub API for advanced repository data not covered by standard commands?

Yes, you can utilize the `gh api` command for advanced queries and data retrieval. This allows you to access specific GitHub repository information not available through standard subcommands.

What's the best way to parse and filter GitHub CLI command results?

The best way to parse and filter GitHub CLI command results is by leveraging the `--json` and `--jq` flags. This provides structured output, allowing you to extract specific data fields from your repository management commands.

Do I need to install the `gh` CLI binary to manage GitHub repositories from the command line?

Yes, you need the `gh` CLI binary installed and accessible in your environment to interact with GitHub repositories. It is a required dependency for executing pull request management and API query commands.

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

To list recent workflow runs, use the GitHub CLI to query the owner/repo repository. You can quickly retrieve the last 10 workflow runs to monitor CI statuses and ensure code quality before merging.