Skip to main content
You shape the review experience by combining settings in your .pr_agent.toml file. The examples below show how to tune severity thresholds, display mode, finding limits, verbosity, and ignore rules for a leaner or more verbose review.

Lean review experience

A lean review experience focuses on surfacing only the most critical issues and minimizing noise. It is typically achieved by combining:
  • Higher severity thresholds for inline comments
  • Fewer findings shown by default
  • Summary-focused feedback
  • More aggressive ignore rules (for PRs, files, tickets, or authors)
Example configuration:
This setup highlights only issues that must be addressed before merging and keeps the review output compact.

Verbose review experience

A verbose review experience provides broader coverage and richer context. It is typically achieved by combining:
  • Lower severity thresholds for inline comments
  • More findings shown by default
  • Feedback shown both inline and in summary
  • No ignore rules
Example configuration:
This setup is useful during onboarding, when working with new codebases, or when teams want deeper insight and guidance.
For configuring which commands run automatically per git environment, see Configure using .pr_agent.toml.