pr-status-review
Installation
SKILL.md
PR Status Review Skill
Review all open pull requests authored by the current user across every repo, present a status table, and recommend the next PR to push forward.
Workflow
- Find your PRs - List all open PRs you authored across all repos.
- Gather status - For each PR, collect CI status, mergeability, and review/feedback state.
- Build the table - Present one row per PR (see format below).
- Recommend next - Pick the PR with the highest leverage and explain why in one or two lines.
Step 1: Find your open PRs
gh search prs --author @me --state open \
--json repository,number,title,url,updatedAt \
--sort updated --limit 500