github

Retrieve GitHub issues, pull requests, workflow runs, and repository metadata via gh CLI.

Updated Aug 13, 2025
One-click install
npx skills add https://github.com/JoeyJoziah/investment-analysis-platform --skill github-joeyjoziah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/JoeyJoziah/investment-analysis-platform/tree/main/.claude/skills/github
Command: npx skills add https://github.com/JoeyJoziah/investment-analysis-platform --skill github-joeyjoziah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of checking GitHub issues, pull requests, workflow runs, and repository metadata by standardizing common gh CLI workflows for fast, accurate inspection.

Core Features & Use Cases

  • Pull Request Checks: Review CI status, inspect failures, and follow up on broken builds.
  • Workflow Run Inspection: List recent runs, open run details, and retrieve failed-step logs for troubleshooting.
  • Advanced API Queries: Use gh api and JSON filtering to pull exactly the fields you need from GitHub.
  • Use Case: A developer can quickly confirm whether a pull request passed checks, identify the failing job, and extract the PR title and author without leaving the terminal.

Quick Start

Use the GitHub skill to check pull request 55 in owner/repo and summarize its status, failed checks, and relevant metadata.

Frequently Asked Questions about github

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

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

To check pull request CI status, you can use the GitHub skill to inspect pull requests via the gh CLI. It retrieves CI status, identifies failed checks, and extracts relevant PR metadata using structured JSON and jq filtering for precise terminal results.

How do I retrieve failed workflow run logs for troubleshooting?

Retrieving failed workflow run logs is done by listing recent runs and opening specific run details to fetch failed-step logs. The GitHub skill standardizes this gh CLI workflow to quickly extract the exact troubleshooting data needed.

Can I use gh api and jq filtering to extract specific repository fields?

Yes, you can use gh api and jq filtering to extract specific repository fields. The GitHub skill supports advanced API queries across local and remote contexts to pull exactly the fields you need using structured JSON filtering.

Do I need a specific GitHub repository target to inspect issues and workflow runs?

Yes, you need explicit repository targeting to inspect issues and workflow runs. The GitHub skill requires targeting via the --repo flag or URL-based access to successfully retrieve repository metadata, PR status, and run logs.

What's the best way to review GitHub issues and PR titles without leaving the terminal?

The best way to review GitHub issues and PR titles in the terminal is using standardized gh CLI workflows. This approach quickly extracts PR titles, authors, and issue metadata using structured JSON queries without needing a web browser.