Why it exists
AI coding agents can ship changes fast, but reviews still happen file by file.
Better Code Review reorders the diff so intent is obvious and risk surfaces
without the scroll grind.
What it changes
Better Code Review keeps every line of code but reorganizes it by business
usecase impact and change type. You can still drill into full file diffs
while the review stays focused on product intent, even for agent-generated
updates.
How to use
Pick a review mode.
Switch between Business Usecase, Change Type, and Repo Tree.
Scope by business usecase.
Filter to the flows that matter for this PR.
Sort by change type.
Prioritize runtime logic, tests, or infra quickly.
Review the grouped chunks of code.
Follow the runtime sequence and scan the Monaco diffs.
Expand for full file diff.
Open the entire file when you need more context.