
What the summary includes
Qodo tags each PR and estimates how long the review will take, so reviewers can prioritize and plan before opening a single file. Tags include: Bug fix, Tests, Enhancement, Documentation, and Configuration changes. The Walkthroughs section 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.
Bitbucket Data Center: enable diagram support
Bitbucket Data Center: enable diagram support
On Bitbucket Data Center, Qodo needs to upload the diagram as a PNG image, which requires a user with write access to the repository. Without this, Qodo cannot attach the image and omits the diagram section silently, with no error shown in the pull request.To enable diagrams, create a bot user with Do not commit
REPO_WRITE permissions and add the following to your .secrets.toml:.secrets.toml to version control.Bitbucket Server instances earlier than April 2020 may already have the necessary permissions in place and may not require this step. For more information, see the Atlassian community discussion.How to generate a PR summary
Manually
Comment on the pull request:/agentic_describe
Qodo acknowledges the request and posts the generated summary directly in the pull request.
Automatically
Qodo generates a summary automatically when a pull request is opened or updated. To adjust this behavior, configure it using.pr_agent.toml. For details, see Configuration fundamentals.
Configure where the summary is posted
By default, Qodo posts the PR summary as a standalone comment and does not modify the pull request description. To publish it in the pull request description instead, or let Qodo choose dynamically, see Comment location.Publish the review time estimate as a native label/tag
GitHubGitLabAzure DevOps
As pull request volume grows, seeing the review effort directly in your Git provider’s pull request list makes it easier to compare and triage which reviews to tackle first, without opening each one.

Next steps
- Configuration fundamentals: Customize how and when summaries are generated.
- Configuration and command reference: All configuration options and PR commands.
- Comment anatomy: Understand how Qodo structures findings in pull requests.