open-prs

Fetch GitHub open pull requests and organize them into age-based markdown tables.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/rwc9u/claude-config --skill open-prs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-prs
Source: https://github.com/rwc9u/claude-config/tree/main/skills/open-prs
Command: npx skills add https://github.com/rwc9u/claude-config --skill open-prs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Open PRs across repositories can be scattered and hard to track. This skill consolidates your open pull requests into a single dashboard, grouped by age and review status, so you can prioritize work at a glance.

Core Features & Use Cases

  • Categorized PRs: See authored PRs and PRs you are reviewing in three age buckets: Active This Week, 1–8 Weeks, and Older.
  • Review Status & Details: Includes PR title, repository, branch, status (Draft/Approved/Changes Requested/Review Required/Open), and last updated date.
  • Flexible View: Optionally include PRs you are reviewing to get a complete picture of your workload.

Quick Start

Display your open pull requests grouped by age and status with a single command.

Frequently Asked Questions about open-prs

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

FAQPage Schema
How do I see all my open pull requests across multiple GitHub repositories in one view?

To see open pull requests across repositories, this skill fetches your authored and review-awaited GitHub PRs, organizes them into age buckets like Active This Week and Older, and outputs a consolidated markdown table dashboard with status and last update details.

How do I track old GitHub pull requests that are still waiting for review?

To track old GitHub pull requests awaiting review, this skill groups PRs into age buckets including 1-8 Weeks and Older, enriches them with review statuses like Changes Requested or Review Required, and displays the pending items in a structured markdown table.

Do I need GitHub CLI authentication to monitor open pull requests?

Yes, GitHub CLI authentication is required to monitor open pull requests. You must have the gh CLI installed and authenticated with your GitHub account so the skill can fetch your PR data, branch details, and review statuses.

Can I separate pull requests I am reviewing from the ones I authored on GitHub?

Yes, you can separate pull requests you are reviewing from authored ones. The skill optionally includes PRs awaiting your review, allowing you to view your review workload independently alongside your own open contributions.

What is the best way to generate a markdown dashboard for GitHub pull request statuses?

The best way to generate a markdown dashboard for GitHub PR statuses is using this skill to fetch open PRs, categorize them by age and review state, and output structured markdown tables containing repository, branch, and last updated information.

What review statuses are included when monitoring open pull requests?

When monitoring open pull requests, the included review statuses are Draft, Approved, Changes Requested, Review Required, and Open. These statuses are fetched from GitHub and displayed alongside the PR title and last updated date.