pr-status

Retrieves CI checks, reviews, approvals and task statuses for pull requests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/natecostello/agent-skills --skill pr-status-natecostello
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-status
Source: https://github.com/natecostello/agent-skills/tree/main/skills/pr-status
Command: npx skills add https://github.com/natecostello/agent-skills --skill pr-status-natecostello

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often struggle to get a comprehensive, real-time overview of their pull request's current state, including CI results, reviews, and unresolved issues, leading to manual checking and potential delays.

Core Features & Use Cases

  • PR Status Summarization: Provides a detailed snapshot of CI checks, review threads, labels, approvals, and task items for specific or all pull requests.
  • Workflow Monitoring: Helps teams determine if a PR is ready for merge or requires attention by highlighting unresolved comments, failed checks, or incomplete tasks.
  • Use Case: A developer wants to quickly verify whether their PR has passed all tests, received necessary approvals, and resolved review comments before merging.

Quick Start

Ask the AI: "What is the status of PR 42 in the current repository?"

Frequently Asked Questions about pr-status

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

FAQPage Schema
How do I check pull request status and merge readiness before merging?

To check pull request status and merge readiness, you need to consolidate CI checks, review approvals, and task completion. This process retrieves a detailed snapshot of unresolved comments, failed checks, and labels to determine if a PR requires attention or is ready to merge.

How do I monitor GitHub CI checks and unresolved review comments for a pull request?

Monitoring GitHub CI checks and unresolved review comments involves retrieving a real-time snapshot of the PR. This consolidates failed test results, open review threads, and task items, highlighting whether the pull request requires attention or has passed all necessary validations.

What is the best way to get a comprehensive overview of pull request health?

The best way to get a comprehensive overview of pull request health is to summarize CI results, review threads, and approvals in real-time. This approach eliminates manual checking by providing a detailed snapshot of unresolved issues, labels, and task completion status.

Can I verify if a specific PR has passed all tests and received necessary approvals?

Yes, you can verify if a specific PR has passed all tests and received necessary approvals by retrieving its consolidated status. This summarizes CI checks, review threads, and task items, helping you quickly confirm whether the pull request is ready for merge.

Why does my pull request show unresolved issues even after CI checks pass?

Your pull request shows unresolved issues because merge readiness requires more than passing CI checks. Consolidating review threads, labels, and task completion status reveals unresolved comments or missing approvals that indicate the PR still requires attention before merging.