gh-pr-results-review

Identify failing GitHub PR checks and extract evidence lines from Actions logs.

20|2|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/SoundBlaster/XcodeMCPWrapper --skill gh-pr-results-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-pr-results-review
Source: https://github.com/SoundBlaster/XcodeMCPWrapper/tree/main/.agents/skills/gh-pr-results-review
Command: npx skills add https://github.com/SoundBlaster/XcodeMCPWrapper --skill gh-pr-results-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify failing GitHub PR checks and extract actionable failure details from GitHub Actions logs.

Core Features & Use Cases

  • Identify the PR number and check status.
  • Derive the workflow run ID and IDs of failing jobs from job URLs or by listing jobs.
  • Retrieve logs for failed jobs and surface concise evidence lines.
  • Produce a prioritized root-cause summary with concrete remediation steps.

Quick Start

Run gh pr checks <pr-number> 2>&1 and share the output for analysis.

Frequently Asked Questions about gh-pr-results-review

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

FAQPage Schema
How do I extract exact failure evidence from GitHub Actions logs for a failing PR?

You can identify failing GitHub PR checks by running `gh pr checks <pr-number> 2>&1`, which collects checks, runs, and logs to surface concise, evidence-backed failure summaries for quick remediation.

Can I get a root-cause summary for lint or type-check failures in GitHub PR CI?

Yes, you can get a root-cause summary for lint or type-check failures by deriving the workflow run ID, retrieving logs for failing jobs, and producing a prioritized summary with concrete remediation steps.

Do I need the GitHub CLI installed to diagnose failing GitHub PR checks?

Yes, the GitHub CLI is required to collect checks, runs, and logs. You derive the workflow run ID and failing job IDs from job URLs or by listing jobs to retrieve logs for failed jobs.

What is the best way to summarize PR CI failures with exact evidence lines?

The best way to summarize PR CI failures with exact evidence lines is to use GitHub CLI commands to fetch logs and apply structured analysis to output concise, evidence-backed findings for quick remediation.

Why does my GitHub PR check fail without a clear error message in the UI?

GitHub PR checks may fail without a clear UI error because the details are buried in Actions logs; retrieving logs for failed jobs surfaces the exact evidence lines needed for root-cause analysis.

How do I find the workflow run ID and failing job IDs from a GitHub PR?

You find the workflow run ID and failing job IDs by listing jobs or deriving them from job URLs within the GitHub PR checks output, allowing you to retrieve logs for failed jobs and extract actionable failure details.