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.
| Tool | Effect | Description |
|---|---|---|
codereview_branch | read-only | Review the current branch vs a base ref (default 'main') using the same triple-dot |
codereview_critical_only | read-only | Filter a comments array (as returned by codereview_*) down to severity='blocker'. |
codereview_dispatch_top_fix | writes | Pick the highest-severity comment that has a Buril ITool annotation (via |
codereview_file | read-only | Review a single file's diff vs a base ref. Useful after iterating on one file from |
codereview_post_to_github_pr | writes | Post a Buril review as a body-level review on a GitHub PR via the gh CLI. |
codereview_staged | read-only | Review the staged diff (git diff --cached) with the active chat provider. |