What is the code review
A Qodo finding includes:- Actionability of the finding (Action requires, review recommended or other)
- Clear, human-readable explanations
- Direct references to the relevant lines of code
- Agent-assisted fix prompts and remediation guidance

Where review feedback appears
Review feedback can appear in one or both of the following places, depending on 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
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.
Automatically
Qodo can run code reviews automatically when pull requests are opened or updated. Automatic reviews are configured using.pr_agent.toml and allow Qodo to:
- Run reviews on PR 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