Skip to content
All docs
Version control

Pull request review

Review PRs in the editor, with an AI first pass that catches the boring bugs.

Arshas brings pull requests into the editor: check out a PR branch, browse its diff with full language intelligence, and leave review comments without opening a browser tab.

The AI first pass

Ask the agent to review a PR and it reads the full diff in the context of your codebase — not just the changed lines. It flags real issues with evidence: a null path introduced three calls up, a missed call site of a renamed function, a test that no longer covers the changed branch.

Findings arrive as draft comments anchored to specific lines. You decide which to publish; nothing is posted to your Git host without your say-so.

Reviewing with full context

Because you are in the editor, go-to-definition, references, and type information work across the entire PR. Verifying that a refactor is safe means jumping through real code, not squinting at a web diff.

More in Version control