get-pr-info

Retrieves GitHub PR titles, descriptions, CI statuses, and comments via CLI/API.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/orekyuu/orekyuu-claude-plugins --skill get-pr-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-pr-info
Source: https://github.com/orekyuu/orekyuu-claude-plugins/tree/main/plugins/gh-tools/skills/get-pr-info
Command: npx skills add https://github.com/orekyuu/orekyuu-claude-plugins --skill get-pr-info

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill retrieves comprehensive information about GitHub Pull Requests, including titles, descriptions, CI statuses, and review comments, streamlining the review and monitoring process.

Core Features & Use Cases

  • PR Information Retrieval: Fetches PR details like title, description, branches, and URL.
  • CI Status Check: Displays the status of associated CI checks for the PR.
  • Comment and Review Display: Shows inline review comments and overall review statuses.
  • Use Case: When a developer asks "What's the status of the PR for the new feature?", this Skill can provide a detailed summary, including any CI failures or pending reviews.

Quick Start

Use the get-pr-info skill to get the details for the current branch's pull request.

Frequently Asked Questions about get-pr-info

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

FAQPage Schema
How do I get GitHub pull request details and CI status for my current branch?

GitHub pull request details and CI statuses are retrieved by fetching titles, descriptions, base and head branches, states, reviews, and CI check statuses using the GitHub CLI and API.

Can I fetch inline review comments and general issue comments from a GitHub PR?

Yes, fetching inline review comments and general issue comments from a GitHub PR is supported. The process extracts inline review comments, overall review statuses, and general issue comments using the GitHub API.

What information is included when retrieving GitHub pull request data?

Retrieving GitHub pull request data includes titles, descriptions, base and head branches, URLs, states, reviews, CI check statuses, inline review comments, and general issue comments to streamline the monitoring process.

Does this work with the GitHub CLI to check CI check statuses for pull requests?

Yes, it works with the GitHub CLI to check CI check statuses for pull requests. It fetches associated CI check statuses alongside PR details and review comments using the GitHub CLI and API.

What's the best way to monitor GitHub PR review statuses and CI failures?

Monitoring GitHub PR review statuses and CI failures is best done by retrieving a detailed summary that displays CI check statuses, inline review comments, and overall review states using the GitHub API.