Skip to main content
Qodo’s code review surfaces feedback directly inside your pull requests, structured incrementally from context to individual findings, so you can read, prioritize, and act on it without wading through noise. Each finding focuses on what requires attention and why, with clear links back to the relevant code. This page is a reference for that structure: each section below corresponds to a part of the pull request, in the order it appears.
New to Qodo? It’s recommended to read this reference page top to bottom. Already reviewing a pull request? Skip ahead to Unpack a code review finding.

Pull request summary

Before presenting individual issues, Qodo provides context to help you understand what changed and why it matters. See Generate a PR summary for how this context is generated and configured.
Pull request summary comment showing tags, walkthroughs, and file changes
This includes the following sections:
Qodo adds an AI-generated summary of the pull request’s intent and impact.
  • By default, the summary is posted as a standalone comment and your original pull request description stays unchanged.
  • You can also configure Qodo to merge the summary into the native pull request description.
This helps reviewers align quickly on the purpose of the pull request.
Qodo tags each pull request and estimates how long the review will take, so reviewers can prioritize before opening a single file. Tags include: Bug fix, Tests, Enhancement, Documentation, and Configuration changes.
Qodo breaks down the change in detail:
  • Description: A plain-language breakdown of what changed and why.
  • Diagram: An architecture diagram showing the flow and connections introduced by the change.
  • High-Level Assessment: Suggestions and alternatives for the author and reviewer to consider before or during review.
Qodo provides a file-level overview of the pull request.For each modified file, you can see:
  • The file path
  • The type of change (for example, Bug Fix or Enhancement)
  • Lines added and removed
This helps reviewers understand the scope of the change set before examining individual findings.

Code review findings overview

After providing context, Qodo presents a findings overview covering category counts, the context behind the review, and each finding’s quality impact and severity.
Code review findings overview showing category counts, context used, priority groups, and resolved findings with strikethrough
This includes the following sections:
Findings are grouped by category, with counts for each type.This overview gives you an immediate sense of the review’s focus and severity.
When a review draws on additional context, such as rules, skills, or cross-repo context, Qodo displays a Context used panel listing exactly what was applied.
Context used panel showing compliance rules, skills, and cross-repo context applied to the review
Disable the Show context used setting to exclude this section from the code review, for example if it adds noise for your own tooling that parses Qodo’s PR comments. See Configure Qodo using the portal.
In addition to categories, each finding includes a quality impact label. This label indicates which quality dimension is affected by the issue.Common labels include:These labels provide quick semantic context, helping you understand what kind of quality is impacted before diving into the full issue details.
Findings showing quality impact labels such as Rule violation, Reliability, Bug, and Correctness
Findings are grouped by priority, making it clear what needs attention first.This prioritization helps you focus on what matters most without losing visibility into the full set of findings.
Findings grouped into Action Required and Review Recommended priority groups, each showing quality impact labels
As you push new commits, resolved findings stay in this list with a strikethrough, so you can see what’s been addressed without losing track of the full review.

Unpack a code review finding

Each finding can be expanded to reveal full details. You can access findings:
  • From the prioritized summary list
  • Inline, directly in the Files changed view
Collapsed findings list grouped by priority, before expanding an individual finding
Regardless of how you access it, each finding presents the same structured information. Click each tab below to see the different elements of a finding:
A clear, human-readable explanation of the issue and its potential impact.
Code review finding description explaining the issue and its potential impact
Findings from all pull requests are also tracked centrally in the Qodo portal. See Monitor organization-wide pull request findings to filter and monitor findings across all repositories.

Previous review results (formerly Audit trail)

Qodo keeps a collapsible Previous review results section in the comment, showing the history of past review runs on the pull request:
  • Shows which commit the current review reflects.
  • Each earlier commit has its own collapsible Results up to commit entry.
  • Expanding an entry surfaces the full set of findings from that earlier review run.
This helps reviewers see how the review evolved as new commits were pushed.
Previous review results section showing review history up to each commit