- Select the optimal review mode for each code change.
- Reduce review time for incremental changes where deeper analysis is not needed.
- Give repository owners the flexibility to choose the appropriate review effort for each repository based on its importance.
How Review effort mode works
Before starting a full code review, Review effort mode performs a fast analysis of the changes. It goes beyond the size of the diff, evaluating the potential impacrt of the changes, including factors such as:- The type of code being modified.
- The potential impact of introducing a defect.
- The complexity of the change.
- The level of reasoning required to identify potential issues.
- A large block of generated code may present a low risk of introducing defects.
- A single-line change to billing logic may have a high impact if incorrect.
Review effort modes
During the Research Preview, Auto mode includes the Deep reviews at no additional cost, and selecing Deep mode directly is disabled.
Review effort examples
Review effort mode evaluates each code change and selects the most appropriate review effort based on the potential impact of the change. The following examples show how different types of changes can be routed to different review modes.Documentation update
A developer updates a documentation file to correct a spelling mistake. Since the change has minimal impact, Review effort mode routes the review to the Fast mode, providing a fast and cost-efficient review.Billing logic refactor
A developer modifies billing logic that could affect financial calculations. Even if the change contains only a small number of lines, Review effort mode identifies the potential impact and routes the review to the Deep mode. Multiple review agents analyze the changes to provide deeper coverage.Safety-first routing
When Review effort mode cannot confidently determine the appropriate risk level, it prioritizes safety. Uncertain reviews are not routed to a lower effort mode. Instead, they are promoted to at least the Auto mode to ensure that potentially important changes receive sufficient analysis.Change the Review effort mode
By default, the review mode is set to Balanced, which applies a standard level of analysis to every review. You can switch to Auto for dynamic routing based on risk, or select another fixed mode to apply the same level of analysis to all reviews in the repository.- Log in to the Qodo portal.
-
Navigate to the Code review tab > Review effort mode.

-
Choose from the following review modes:
- Auto: Automatically selects the most suitable review mode based on the complexity of the commit.
- Fast: Runs the lightest and fastest review for quicker feedback.
- Balanced: Balances review speed, cost, and accuracy for an optimal experience. This is the default mode.
- Click Save.