-
prq status— categorized view of PRs needing attention -
prq init— interactive config setup -
prq open <identifier>— open a PR in the browser -
prq review <identifier>— open PR files changed tab (configurable) -
prq nudge <identifier>— post a nudge comment on stale PRs - Nudge tracking — warns if a PR was already nudged, prevents duplicate nudges
- In-progress tracking — mark PRs as started, persisted locally
-
prq status --all— show all open PRs in configured repos - Identifier resolution: number, repo#number, full URL
- Pluggable action system — actions as shell command templates in config
- Interactive mode — keyboard navigation, actions menu
- Claude Code
/prqskill - Landing page with scroll-animated terminal demo
- Monorepo structure (apps/cli, apps/web)
- Semantic release to npm
- Brand identity (.brand file, design system, favicons)
(empty — accepting contributions)
- Slack/desktop notifications
prq watch— background polling mode- Post to Slack channel or DM when new PRs need attention
- Desktop notifications via native OS APIs
- Parallel review dispatch —
prq review 482 491 503
- GitHub Action to auto re-request reviewers when author pushes new commits
-
prq stats— review turnaround time, response rates, bottleneck analysis - Linear integration — see Linear issues assigned to you alongside PRs
- GitHub Issues integration — not just PRs, also issues you're tagged on
- Team mode — see the review queue for your whole team, not just you
- Caching — store last
prq statusresult locally to speed up identifier resolution -
prq config— view/edit config from the CLI instead of editing JSON manually