Branch Reviews
Branch reviews are the default fit for iterative review while a branch is still moving.
Best For
Section titled “Best For”- rerunning review as a branch evolves
- validating fixes before publishing a PR
- tracking findings and outcomes over repeated review cycles
Typical Loop
Section titled “Typical Loop”- Select the branch review context
- Run review
- Inspect findings and evidence
- Mark findings addressed or dismissed as appropriate
- Rerun after code changes
Example Walkthrough
Section titled “Example Walkthrough”A typical branch review session in Atlas looks like this:
- Open a local project in the desktop app.
- Let Atlas pick the current branch review context.
- Run the review from the branch review surface or through an Atlas-connected agent.
- Read the review summary, verdict, and finding list.
- Open each finding to inspect the file anchors and reasoning.
- Fix the code, or dismiss a finding only when there is a real rationale.
- Rerun the branch review so the result matches the latest branch snapshot.
This is the best fit when you are still iterating and do not want to anchor the review to a GitHub PR yet.
- Branch review is the default current-review target in shared MCP resources and prompts
- Stale branch state should be rerun instead of trusted as final
- Action gating should follow review lifecycle truth rather than stale prior status