jmcvetta

List PRs — Git skill for Claude Code

Git community

List GitHub PRs with rich filtering — by author, reviewer, status, labels, and more.

How to install List PRs

Installs to ~/.claude/skills/jmcvetta-pr-review-toolkit-list-prs/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jmcvetta-pr-review-toolkit-list-prs && curl -fsSL https://raw.githubusercontent.com/jmcvetta/pr-review-toolkit/HEAD/commands/list-prs.md -o ~/.claude/skills/jmcvetta-pr-review-toolkit-list-prs/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What List PRs does


description: "List GitHub PRs with rich filtering — by author, reviewer, status, labels, and more"

List PRs

Display pull requests for the current repository with powerful filtering and multiple output formats.

Usage

/list-prs [options]

**Filter Options:**

  • --author — Filter by PR author
  • --reviewer — Filter by requested reviewer
  • --assignee — Filter by assignee
  • --label — Filter by label (comma-separated for multiple)

Alternatives in Git

  • Epic Sync — Sync epic issue bodies, labels, and local coordination snapshots from GitHub 243.5k ★
  • Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
  • Gh Address Comments — Address review and issue comments on open GitHub PRs via CLI 14.6k ★

Full documentation available on GitHub

View Source Repository