github

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

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/baoxukang123/calculator-web --skill github-baoxukang123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/baoxukang123/calculator-web/tree/main/skills/github
Command: npx skills add https://github.com/baoxukang123/calculator-web --skill github-baoxukang123

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

  • Issue Tracking: Create, list, and manage GitHub issues.
  • Pull Request Management: Review, merge, and monitor the status of pull requests.
  • CI/CD Monitoring: Inspect workflow runs and identify failures.
  • Advanced API Access: Utilize gh api for complex queries and data retrieval.
  • Use Case: Quickly check the status of all CI checks for a specific pull request to ensure code quality before merging.

Quick Start

List the last 10 workflow runs for the current 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 CI runs for a pull request?

You can check CI runs for a pull request by using the gh CLI to inspect workflow runs and identify failures. This Skill supports monitoring CI/CD workflows and retrieving the status of checks directly from the command line.

Can I manage GitHub issues and pull requests from the command line?

Yes, you can manage GitHub issues and pull requests from the command line using the gh CLI. This Skill allows you to create, list, review, and merge pull requests as well as track issues.

How do I query GitHub repositories for advanced data retrieval?

You can query GitHub repositories for advanced data retrieval using the gh api command. This Skill supports complex queries and structured output extraction using the --json and --jq flags.

Does this GitHub CLI skill support listing recent workflow runs?

Yes, this GitHub CLI skill supports listing recent workflow runs. You can quickly list the last 10 workflow runs for the current repository to monitor your CI/CD pipelines.

What is the best way to automate GitHub workflows and data retrieval?

The best way to automate GitHub workflows and data retrieval is by using the gh CLI to interact with repositories. This Skill enables developers and project managers to automate issue tracking, pull request management, and CI runs.

Are there limitations when using gh api for structured output?

When using gh api for structured output, you rely on the --json and --jq flags to filter and format data. The main limitation is that complex queries require familiarity with jq syntax to extract the exact fields needed.