ConfigurationConfiguration
Instructions to the Agent
Customize how the agent behaves with custom prompts
Instructions to the Agent
How Users Influence Behavior (Pro)
Pro users can add custom instructions that modify review behavior:
- Go to Settings → AI Configuration
- Add your instructions in the Custom Prompt field
- Instructions are appended to the base review prompt
Examples of Good Instructions
Focus on security issues in authentication code.Ignore style suggestions - we have a linter for that.
Prioritize performance issues in database queries.This is a React project using TypeScript.
Check for proper hook usage and dependency arrays.Examples of Bad Instructions
Be nice and give lots of positive feedback.→ Adds noise without value
Review everything in extreme detail.→ Vague and increases token usage without direction
Only review files I care about.→ Not actionable; use file exclusions instead
Priority Rules If Conflicts Exist
When instructions conflict with defaults:
- Explicit instructions win — Your custom prompts take precedence
- Safety limits apply — File size and count limits are always enforced
- Severity classification is preserved — You can't disable severity levels
Best Practices
- Be specific and actionable
- Focus on what to prioritize, not what to avoid
- Keep instructions under 500 characters
- Update instructions as your project evolves