Skip to main content

CodeReviewAi

6 tools in this family (folder Editor/Tools/CodeReviewAi/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.

ToolEffectDescription
codereview_branchread-onlyReview the current branch vs a base ref (default 'main') using the same triple-dot
codereview_critical_onlyread-onlyFilter a comments array (as returned by codereview_*) down to severity='blocker'.
codereview_dispatch_top_fixwritesPick the highest-severity comment that has a Buril ITool annotation (via
codereview_fileread-onlyReview a single file's diff vs a base ref. Useful after iterating on one file from
codereview_post_to_github_prwritesPost a Buril review as a body-level review on a GitHub PR via the gh CLI.
codereview_stagedread-onlyReview the staged diff (git diff --cached) with the active chat provider.