github

Interact with GitHub issues, pull requests, and workflow runs via the gh CLI.

22|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/MadeAgents/TopoClaw --skill github-madeagents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/MadeAgents/TopoClaw/tree/main/TopoClaw/topoclaw/skills/github
Command: npx skills add https://github.com/MadeAgents/TopoClaw --skill github-madeagents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub Skill helps you work with GitHub issues, pull requests, and CI runs quickly without manually navigating the web UI for routine review and status-checking.

Core Features & Use Cases

  • Pull request workflow checks: Retrieve PR checks and quickly identify which CI jobs failed.
  • CI run inspection: List recent workflow runs and open a run to review step outcomes and logs.
  • Advanced querying and automation: Use GitHub’s API via gh api and produce structured results using --json and --jq, such as extracting fields from issues or PRs.
  • Use Case: Before merging a PR, confirm the latest checks are passing and review failed steps’ logs to decide whether changes are needed.

Quick Start

Tell the AI: check the CI status and failed steps for pull request 55 in the repository owner/repo using the gh CLI.

Frequently Asked Questions about github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check CI status and failed steps for a pull request from the command line?

You can check CI status and failed steps for a pull request using the gh CLI to retrieve PR check statuses. This Skill automates retrieving PR checks and inspecting workflow run logs to quickly identify which CI jobs failed without navigating the web UI.

How do I query GitHub issues and PRs to extract specific fields?

To query GitHub issues and PRs and extract specific fields, use the gh api with `--json` and `--jq` flags. This Skill supports structured JSON extraction across common automation scenarios, enabling precise field filtering for issues and pull requests.

Do I need the GitHub CLI installed to list workflow runs and inspect logs?

Yes, you need the GitHub CLI (`gh`) installed to list workflow runs and inspect logs. This Skill enables command-line interaction with GitHub for CI run inspection, requiring `gh` and using `--repo owner/repo` or direct URLs to review step outcomes.

What is the best way to review recent GitHub Actions workflow run outcomes?

The best way to review recent GitHub Actions workflow run outcomes is using the gh CLI to list recent runs and open a specific run. This Skill allows you to review step outcomes and inspect logs directly from the command line to decide if changes are needed.

Can I use gh CLI commands to manage pull requests across different repositories?

Yes, you can manage pull requests across different repositories by using the `--repo owner/repo` flag or direct URLs with the gh CLI. This Skill supports command-line interaction with GitHub for PRs, issues, and workflow runs across common automation scenarios.