Qodo IDE plugin, formerly Qodo Gen, brings local code review workflows to JetBrains and VS Code as part of the Qodo Platform.
- Against the main branch -
/review-committed (main) - Against another branch -
/review-committed (other)(a branch selector appears automatically when choosing this option)
How it works
When choosing Review committed changes, Qodo compares the current branch with the selected target branch and generates a complete contextual review. The workflow includes:- Holistic review: Shows all differences between the branches and summarizes them by purpose and impact.
- Thematic walkthrough: Groups changed files by topics such as new features, bug fixes, or refactors for easier navigation.
- Intelligent insights: Detects issues across correctness, style, performance, and best practices.
- Instant fixes: Enables applying recommended adjustments directly from the workflow.
- Project alignment: Validates that code in the commit history remains consistent with team conventions and expectations before PR submission.
Branch selection
After selecting the workflow, Qodo automatically displays available branches:- Review against main branch: Quickest way to review work that is about to be merged to main.
- Review against another branch: Used when working with long-lived feature branches or cross-branch changes.
When to use this workflow
Use this workflow before preparing a PR or when reviewing changes accumulated across several commits. It is especially helpful when:- You want to validate the final state of your branch before merge.
- The changes span multiple commits or files.
- You want to catch issues that may not appear when reviewing only local diffs.