Skip to main content
You can pass one-time instructions when manually triggering agentic_review via a pull request comment. No prior configuration is required. To apply the same instructions permanently, add them to your .pr_agent.toml file under [review_agent]. See Configure using .pr_agent.toml for details.

Supported parameters

  • issues_user_guidelines: extra instructions for the Issues Agent (for example, bugs, security, performance detection)
  • compliance_user_guidelines: extra instructions for the Compliance Agent (for example, rule checking)

PR comment example

/agentic_review --review_agent.issues_user_guidelines="Focus on security vulnerabilities" --review_agent.compliance_user_guidelines="Check for GDPR compliance"