Skip to main content
The review focuses on surfacing issues that matter, explaining why they matter, and helping developers resolve them efficiently, without overwhelming you with low-signal feedback.

What is the code review

A Qodo finding includes:
  • Actionability of the finding (Action Required, Review Recommended, or Informational)
  • Clear, human-readable explanations
  • Direct references to the relevant lines of code
  • Agent-assisted fix prompts and remediation guidance
Qodo groups and prioritizes issues so you can quickly understand what needs attention first.
Code review finding showing a security violation with action required priority label

Where review feedback appears

Review feedback appears in one or both of the following places, depending on your configuration:
  • Summary view (Conversation tab)
    • High-level overview of findings
    • Issue prioritization and explanations
  • Inline view (Files changed)
    • Issues anchored directly to the relevant code
    • Ideal for fixing problems in context

How to run a code review

Run a review manually

To request a review on demand, add the following comment to the pull request: /agentic_review Qodo reacts to acknowledge the request and posts the review directly in the pull request.

Run reviews automatically

Qodo can run code reviews automatically when pull requests are opened or updated. Configure automatic reviews using .pr_agent.toml to let Qodo:
  • Run reviews on pull request open, reopen, or when marked ready for review
  • Update existing review comments when new commits are pushed
  • Keep feedback aligned with the latest code changes
See the Configuration fundamentals for details on enabling and customizing automatic code reviews.