PR Reviews
PR reviews are the right fit when you want Atlas Review tied directly to a GitHub pull request.
Best For
Section titled “Best For”- explicit pull request targeting
- GitHub publication paths
- PR-native reviewer and check context
MCP Targeting
Section titled “MCP Targeting”Shared tools can target PR review explicitly with:
reviewType: "pr_review"prReviewIdgithubPrNumber
Current-review fallback should only use PR review automatically when the current branch maps to exactly one PR review. Ambiguous PR context should be disambiguated explicitly instead of guessed.
Execution Model
Section titled “Execution Model”atlas_review_run_currentfor PR review is queue-onlymode: "immediate"is rejected for PR review scope- PR review publishing should use the PR-native publish flow after the review snapshot is ready
Example Walkthrough
Section titled “Example Walkthrough”A typical PR review flow looks like this:
- Open the project that maps to the repository you want to review.
- Select the PR review target explicitly when branch-to-PR mapping is not unique.
- Queue the PR review and wait for the review snapshot to finish.
- Read the summary, verdict, and findings tied to that PR snapshot.
- Fix or dismiss findings with rationale.
- Publish the review to GitHub only when the snapshot is current and eligible for publication.
Use PR review when the review output needs to live with the pull request, not just with your local branch iteration loop.