Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.84 KB

File metadata and controls

42 lines (34 loc) · 1.84 KB

PRQ — Product Backlog

Done

  • 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 /prq skill
  • Landing page with scroll-animated terminal demo
  • Monorepo structure (apps/cli, apps/web)
  • Semantic release to npm
  • Brand identity (.brand file, design system, favicons)

Now

(empty — accepting contributions)

Next

  • 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 dispatchprq review 482 491 503

Ideas

  • 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 status result locally to speed up identifier resolution
  • prq config — view/edit config from the CLI instead of editing JSON manually