How Reviews Work
Each workspace can have reviews attached to it. A review contains:- Title — a summary of what’s being reviewed
- Status — tracks the review lifecycle
- Findings — individual items with severity, file location, and suggestions
Review Status
Reviews follow a simple workflow:Review Findings
Each review can contain multiple findings. A finding pinpoints a specific issue in the code:Requesting a Review
There are two ways to get a code review:- Claude / Copilot — use the
code-reviewtool in the agent input. The agent analyzes the diffs from the run and produces structured findings with severity ratings. - Codex — use Codex’s native review mode, which supports reviewing uncommitted changes, base branch diffs, specific commits, or custom ranges. Findings are parsed with priority levels (P1 = critical, P2 = warning, P3 = info).
