prlist
Installation
SKILL.md
PR List — Open PRs at a Glance
One glance in the terminal shows every open PR and who it's on — no tab switching, no GitHub UI. This
skill only reads and prints; to review or act on them, pair it with /review.
Step 0 — Discover scope (don't hardcode)
- Repo vs org. Default to the current repo —
ghinfers it from the remote. For an org-wide view, discover the owner from the remote, never hardcode an org name:owner=$(gh repo view --json owner -q .owner.login). - Who "me" is.
ghresolves@meto the authenticated user — no need to ask their handle. - Requires
ghauthenticated (gh auth status). If it isn't, say so and stop.
Step 1 — Pull the data
Everyone's open PRs in the current repo: