pr-context-retriever

Gather PR metadata, CI checks, failure logs, and review threads from GitHub.

12|6|Updated Oct 16, 2025
One-click install
npx skills add https://github.com/code-yeongyu/my-claude-code-harness --skill pr-context-retriever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-context-retriever
Source: https://github.com/code-yeongyu/my-claude-code-harness/tree/main/skills/pr-context-retrieval
Command: npx skills add https://github.com/code-yeongyu/my-claude-code-harness --skill pr-context-retriever

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically provides structured PR context to support CI failure analysis, review investigation, and PR status assessment, reducing time to actionable insights.

Core Features & Use Cases

  • Automated PR metadata gathering: title, author, state, branch, and file changes for quick orientation.
  • CI/CD insights: current checks status, failed jobs, and failure patterns to pinpoint root causes.
  • Review context: all review threads and comments with authors and statuses to surface blockers.
  • PR status overview: approvals, unresolved threads, and overall health to inform decisions.

Quick Start

Provide a concise PR context report for the target PR by aggregating checks, reviews, and comments.

Frequently Asked Questions about pr-context-retriever

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

FAQPage Schema
How do I gather context for GitHub pull requests to speed up code reviews?

To gather pull request context, this Skill automatically collects PR metadata, CI checks, failure logs, and review threads. It provides a structured overview to accelerate code reviews and surface blockers quickly.

What is the best way to analyze CI failure logs in a GitHub PR?

Analyzing CI failure logs is handled by automatically extracting current checks status and failure patterns from your pull request. This pinpoints root causes and provides clear, actionable insights for your repository.

How do I extract review threads and comments from a pull request?

Extracting review threads and comments is done by automatically pulling all associated review context, including authors and statuses. This surfaces unresolved discussions and blockers to help assess PR health.

Can I use this to check the overall status of open or merged GitHub PRs?

Yes, you can assess the status of open or merged GitHub PRs. The Skill aggregates approvals, unresolved threads, file changes, and CI checks to provide a comprehensive health overview for decision making.

Does this automated PR analysis require any specific dependencies?

No specific dependencies are required to run this automated PR analysis. It operates independently to aggregate metadata, CI checks, and review comments directly from your GitHub repositories.