Documentation Index
Fetch the complete documentation index at: https://docs.qodo.ai/llms.txt
Use this file to discover all available pages before exploring further.
BetaGitHubGitLabBitbucketAzure DevOps
The Findings page provides a centralized view of all code review findings across your organization’s repositories. Use it to monitor code quality trends, track critical issues, and measure Qodo’s impact over time. For a conceptual overview, see View and analyze cross-organization PR findings.
In the Qodo portal, select Findings from the left navigation menu.

Key metrics
At the top of the page, Qodo displays aggregated metrics for the last 30 days:- Total critical findings: Total number of action-required findings identified across all pull requests.
- Critical findings resolved %: Percentage of action-required findings that were resolved before merge.
- Average critical findings per PR: Average number of action-required findings per reviewed pull request.
Filtering and search
Use the filters to narrow findings by PR, Repository, Finding state, action level, category, and type. Use search to find findings from a specific pull request without navigating into the PR directly.Findings table
The Findings table lists all findings across your repositories. Each row includes:| Column | Description |
|---|---|
| Findings | A short description of the finding. |
| PR | A link to the pull request where the finding was identified. |
| Repository | The repository where the finding was identified. |
| State | Current status of the finding. |
| Action level | Priority: Action Required, Remediation Recommended, or Other. |
| Category | Quality dimension: Correctness, Security, Reliability, Performance, Observability, Architecture, Testability, Quality, Accessibility, Maintainability, or Maintainability. |
| Type | Finding type: Bug, Rule violation, or Requirement gap. |
| PR author | The author of the pull request where Qodo identified the finding. |
Exporting findings
Click Export CSV in the top-right corner of the page to download the current findings as a CSV file. The exported data reflects the filters currently active on the page.Finding states
| State | Description |
|---|---|
| Pending | The PR is still open and the finding has not been addressed. |
| Resolved | The finding was resolved through code changes or a fix prompt. |
| Ignored | The PR was merged without the finding being resolved. |
| Dismissed | The finding was closed without being resolved or fixed. |
Finding details
Click any row to open a detail panel showing the full context of that finding: what the issue is, where it appears in the code, and why Qodo flagged it. Each finding is associated with a specific pull request, so you can see whether the issue was resolved before merge. The detail panel includes:- Full description and code reference: the exact location in the code where the issue was identified.
- Evidence: Qodo’s reasoning for why this was flagged.