Guard · Review queue

Review queue

Review a diff line by line, before it ships. Defaults to the working tree vs origin/main (or any base..head range) and runs brain decision rules + security/config checks scoped to the changed hunks, plus a simplification pass and per-file blast radius. LLM-free.

Where to find it

  • Desktop: http://localhost:4000/, then GuardReview queue in the sidebar.
  • Hosted: repoops.ai/team/review
  • Keyboard: K, then type “Review queue”.
  • API: GET /api/review?repo=<id>&base=<ref>&head=<ref>

What it does for you

Findings scoped to what changed.Brain rules and security checks run only against the changed hunks, not the whole file - a review that stays fast on a large repo.
Catches oversized and unreachable changes too.A quality pass flags an oversized function, a duplicated block, unreachable new code, or an unguarded new I/O call, alongside the security findings.
Distinct from the hosted team queue.This is the local working-tree diff-review tool. The hosted "Review queue" at repoops.ai is the multi-person team queue over merged work.

Read more