The review flow
Trigger
Automatically when a PR is published, or on every push to it. Trigger a code review →
Understand
Published directly on your pull request, every finding states what needs attention, why it matters, and how to fix it, ranked by severity. Anatomy of a finding →
Act
Discuss or dismiss a finding, or let Qodo apply the fix directly. Remediate findings →
Explore Qodo’s capabilities
Beyond the core review, Qodo covers the rest of the pull request lifecycle, from deeper interaction with findings to tuning exactly what gets reviewed and how.Deepen your code review
Go beyond reading a finding, discuss it, fix it, or see the deeper issue behind it.
- Chat with Qodo: Ask follow-up questions or request changes, right in the thread.
- Remediate findings: Let Qodo generate and apply the fix.
- Commitable code suggestions: Apply small fixes with one click.
- Requirement gaps: Catch PRs that miss their linked spec.
- UX deviations: Catch drift from a linked Figma design.
- Cross-repository conflicts: Catch breaking changes in related repositories.
- Skill-related findings: Catch issues raised by your repository’s own skills.
Customize review output
Shape what Qodo shows you, where it shows up, and how much of it you see.
- Review effort mode: Match review depth to the risk of each change automatically, or set a fixed mode.
- PR summary: Get a structured walkthrough of the change before you open a single file.
- Reduce review noise: Route findings by priority so only what matters stays visible.
- Control review verbosity: Determine how much detail each finding shows.
- Comment location: Select where the PR summary itself is posted.
- Ignore content from analysis: Exclude files, branches, or PRs from review.
- Feedback location: Define where findings are posted.
- Findings visibility: Control how many resolved findings stay visible.
- Severity thresholds: Decide what counts as Action Required versus Informational.
- Extra instructions: Steer a review with your own guidelines.
FAQ
Does Qodo only look at the diff, or the whole repository?
Does Qodo only look at the diff, or the whole repository?
What does Qodo's multi-agent review actually do?
What does Qodo's multi-agent review actually do?
Does Qodo know our team's own coding standards, or does it just apply generic best practices?
Does Qodo know our team's own coding standards, or does it just apply generic best practices?
Does Qodo learn from my team's past review decisions?
Does Qodo learn from my team's past review decisions?
Can Qodo re-check a PR automatically on every new commit, not just when it's published?
Can Qodo re-check a PR automatically on every new commit, not just when it's published?
handle_push_trigger = true in .pr_agent.toml, and Qodo updates the same review comment as new commits land. See Persistent review comments.Can Qodo apply a fix, not just flag the issue?
Can Qodo apply a fix, not just flag the issue?