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

  1. Find your PRs - List all open PRs you authored across all repos.
  2. Gather status - For each PR, collect CI status, mergeability, and review/feedback state.
  3. Build the table - Present one row per PR (see format below).
  4. 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
Installs
1
First Seen
Aug 1, 2026
pr-status-review — adamsilverstein/my-skills