pr-status

Consolidate GitHub pull request review status, pending reviews, and CI checks via gh CLI.

Updated Jul 6, 2020
One-click install
npx skills add https://github.com/guifry/devconfig --skill pr-status-guifry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-status
Source: https://github.com/guifry/devconfig/tree/main/claude/skills/pr-status
Command: npx skills add https://github.com/guifry/devconfig --skill pr-status-guifry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating PR review work across multiple repositories is time consuming; this skill consolidates PR status, pending reviews, and CI checks so you can prioritize quickly.

Core Features & Use Cases

  • PRs awaiting my review: fetches PRs where review is requested from you and shows key details.
  • My open PRs + their status: lists your open PRs with current state, review decisions, and CI status.
  • Comments/reviews on my PRs I haven't responded to: highlights unaddressed feedback to prevent delays.

Quick Start

Ask it to fetch your open PRs and their review status from GitHub.

Frequently Asked Questions about pr-status

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

FAQPage Schema
How do I track GitHub pull requests and pending reviews across multiple repositories?

Track GitHub pull requests by consolidating review status, pending reviews, and CI checks across multiple repositories into a concise, review-ready format. It fetches PRs where review is requested so you can prioritize quickly.

Can I check the CI status of my open PRs using the GitHub API?

Yes, you can check CI status of your open PRs. The skill uses the gh CLI and GitHub API to fetch your open PRs, presenting their current state, review decisions, and CI check statuses in a consolidated view.

How do I find unaddressed comments on my GitHub PRs?

Find unaddressed comments on your GitHub PRs by fetching feedback you haven't responded to. The skill highlights unaddressed reviews and comments on your open pull requests to prevent delays.

Do I need the gh CLI installed to automate PR review tracking?

Yes, you need the gh CLI installed to automate PR review tracking. The skill uses the gh CLI alongside the GitHub API to fetch pull requests, statuses, review requests, and comments for your repositories.

What is the best way to prepare for standups using my GitHub PR queue?

Prepare for standups using your GitHub PR queue by fetching a consolidated list of pending reviews and CI statuses. The skill automates tracking to provide a concise, review-ready format for team queues.

Does this PR tracking skill work without additional GitHub dependencies?

The PR tracking skill requires the gh CLI to function but lists no additional internal dependencies. It interacts directly with the GitHub API to fetch statuses, review requests, and comments.