What problem does it solve?
This Skill reduces the manual effort of inspecting multiple pull requests across a repository by aggregating review states, unresolved findings, check-run results, and merge readiness into a single dashboard so maintainers can quickly identify blockers and next actions.
Core Features & Use Cases
- Consolidated PR overview: Lists open PRs with titles, reviewer assignments, HEAD SHA, last update time, and a concise state (Clean, Has findings, Review pending, Rate-limited).
- Automated review state collection: Uses per-PR helper scripts to fetch reviews, inline comments, unresolved threads, check-runs, and bot-generated findings to classify readiness.
- Merge gate verification: Invokes the repository's merge-gate helper to determine merge-readiness and surface missing requirements or rate-limit conditions.
- Session cross-checks: Optionally enriches the dashboard with active agent state, CR quota, and phase assignments when a session-state file exists.
- Use case: Quickly answer "which PRs are merge-ready and which are blocked by findings or CI?" for triage and release planning.
Quick Start
Show me a dashboard of all open PRs in this repository with reviewer, state, unresolved findings, and blockers.