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 — gh infers 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. gh resolves @me to the authenticated user — no need to ask their handle.
  • Requires gh authenticated (gh auth status). If it isn't, say so and stop.

Step 1 — Pull the data

Everyone's open PRs in the current repo:

Installs
1
GitHub Stars
18
First Seen
10 days ago
prlist — iankiku/forwward-teams