
- Summary, tags, and time estimate: A brief summary of the PR’s intent, followed by tags (Bug fix, Tests, Enhancement, Documentation, or Configuration changes) and a time estimate, so reviewers can prioritize before opening a single file.
- Walkthroughs: A Description, Diagram, and High-Level Assessment that break down what changed, how, and why.
- File Changes: Modified files grouped by category, for a quick view of the change surface.

Generate a PR summary
Qodo can generate a PR summary manually or automatically.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. This is the default behavior. If you want to change the default behavior, use one of the following methods.Configure in the Qodo portal (recommended)
- Navigate to the Qodo portal > Configurations > Code review.
- Set PR summary trigger to Manual only (generated using
/agentic_describe) or Published PRs (generated automatically when a PR is published, default).
Configure in the .pr_agent.toml file
See Configure using .pr_agent.toml to adjust this behavior.Configure the PR summary
Set the location of the summary in the pull request
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.

- Navigate to the Qodo portal > Configurations > Code review.
- Under PR Summary, enable Publish review time estimate label.
Next steps
- Configuration fundamentals: Customize how and when summaries are generated.
- Configure Qodo using the portal: Manage code review settings centrally from the Qodo portal Configurations page.
- Comment anatomy: Understand how Qodo structures findings in pull requests.