PR Summary

Qodo can generate or enhance pull request descriptions to make reviews easier and more efficient.

What is a PR summary

The PR summary helps reviewers quickly understand the change by providing:

  • A clear description of the purpose and scope of the pull request

  • A walkthrough of the main changes across files

  • Highlights of important or risky modifications

  • Optional diagrams that explain complex flows or interactions

How to generate a PR summary

Manually

You can generate or update the summary manually by commenting on the pull request:

/agentic_describe

Qodo acknowledges the request and posts the generated summary directly in the pull request.

Automatically

You can configure Qodo to generate summaries automatically when pull requests are opened or updated.

Automatic behavior is configured using pr_agent.toml. See the Configuration Fundementals for details on enabling automatic summaries.

Last updated