pr-dashboard

Fetch open GitHub pull requests and classify author actions versus waiting states.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear, prioritized view of a user's open pull requests so they can quickly see which PRs require the author's attention versus which are waiting on others, reducing review bottlenecks and stale work.

Core Features & Use Cases

  • Comprehensive PR collection: Gather all open PRs (including drafts) and extract metadata such as reviewers, review states, CI/check status, mergeability, unresolved threads, and creation date.
  • Smart classification and heuristics: Apply user-provided workflow rules and staleness heuristics to classify PRs by who needs to act and what kind of action is required.
  • Visual and prioritized outputs: Render a mermaid flowchart grouping PRs by action category and produce a prioritized text summary listing action items and items waiting on others for triage or end-of-day review.
  • Use case: Run an end-of-day PR triage to identify high-priority fixes (conflicts, failing CI, unresolved review threads) and prepare a short action list for the next work session.

Quick Start

Summarize all my open PRs for GitHub user <your-username> across my repos and classify which ones I need to act on versus which are waiting on others.

Frequently Asked Questions about pr-dashboard

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

FAQPage Schema
How do I triage open pull requests to see which ones need my attention?

Triage open pull requests by fetching all PR metadata and classifying them by required action, surfacing CI failures, merge conflicts, unresolved threads, and staleness for prioritization.

What is the best way to visualize GitHub PR review status and bottlenecks?

Visualize GitHub PR review status by generating a mermaid flowchart that groups pull requests by action category, clearly distinguishing PRs requiring author action from those waiting on reviewers.

How can I get a prioritized action table for my open GitHub pull requests?

Get a prioritized action table by collecting PR metadata including reviewers, CI status, and mergeable states, then applying staleness heuristics to produce a text summary of action items.

Does this PR dashboard tool track unresolved review threads and draft pull requests?

Yes, this PR dashboard tracks unresolved review threads and draft flags. It collects all open pull requests, including drafts, to ensure comprehensive visibility into stale work and review bottlenecks.

Can I scope my pull request triage to specific repositories instead of all my PRs?

Yes, you can scope your pull request triage. The Skill applies to both personal dashboards and repo-scoped scenarios to surface review needs and prioritize actions for specific repositories.