github

Retrieve GitHub issues, pull requests, workflow runs, and API data via the gh CLI.

5|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/kcns008/clusterclaw --skill github-kcns008
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/kcns008/clusterclaw/tree/main/skills/github
Command: npx skills add https://github.com/kcns008/clusterclaw --skill github-kcns008

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of managing GitHub work from the browser by letting you inspect issues, pull requests, workflow runs, and repository data directly from the command line.

Core Features & Use Cases

  • Pull Request Operations: Check CI status, review checks, and inspect failed runs for a PR.
  • Issue and Query Workflows: List issues, filter results, and retrieve structured GitHub data through the API.
  • Release and CI Monitoring: View recent workflow executions, diagnose failures, and track repository automation.
  • Use Case: A developer can quickly verify a failing pull request, identify the broken step, and gather the exact run details needed to fix it.

Quick Start

Use the github skill to check the CI status of pull request 55 in owner/repo and summarize any failing checks.

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 for a pull request from the command line?

Check CI status for a pull request by retrieving workflow runs and checks directly via the gh CLI. This Skill inspects failed runs and gathers exact details needed to diagnose and fix broken PR checks.

Can I retrieve and filter GitHub issues without using the browser?

Yes, you can retrieve and filter GitHub issues without a browser. The Skill uses the gh CLI and authenticated API access to list issues and return structured repository data directly in your terminal.

Do I need the gh CLI installed to track GitHub workflow runs?

Yes, you need the gh CLI installed and authenticated access to the target repository to track GitHub workflow runs. The Skill relies on this CLI environment to monitor executions and diagnose CI failures.

What is the best way to diagnose failing GitHub Actions workflows locally?

The best way to diagnose failing GitHub Actions workflows locally is querying workflow runs through the GitHub API. This Skill retrieves recent executions and pinpoints broken steps for fast repository automation troubleshooting.

How does command line GitHub API querying compare to using the web interface?

Command line GitHub API querying removes browser friction by applying CLI operations to PR reviews, issue tracking, and CI inspection. It returns structured data directly in your terminal for faster repository interactions.

Why are my GitHub repository operations failing when using the command line?

GitHub repository operations fail on the command line when the gh CLI lacks proper authenticated access to the target repository. Ensure your environment is authenticated to successfully execute advanced metadata queries and workflow checks.