
What are suggested rules?
Suggested rules are rules generated by Qodo but not enforced until explicitly reviewed and approved by an admin. They appear under Rules → Suggestions and act as a recommendation layer between informal practices and enforced standards. Suggested rules help teams:- Capture repeated review feedback as formal rules
- Align enforcement with real codebase behavior
- Reduce reliance on tribal knowledge and reviewer memory
What you see in the Suggestions table
Each suggested rule appears as a pending rule in the Suggestions table, along with the key details you need to evaluate it. This information helps you quickly assess context, relevance, and priority before deciding whether to activate the rule.Sources of suggestions
Qodo generates suggested rules from codebase patterns, providing a strong baseline for teams getting started or expanding their rule coverage.Codebase patterns
Qodo analyzes your organization’s pull request history to identify repeated patterns, including:- Retroactive PR analysis (last ~500 PRs)
- Repeated review comments or fixes
- Recurring implementation or compliance behaviors
Triggering suggested rule discovery manually
Rule discovery is currently in beta. Today, you can enhance suggested rules by using the
/scan_repo_discussions command. Automatic, ongoing discovery will be available soon./scan_repo_discussions
This command analyzes pull request discussions in the repository to identify new patterns and generate additional suggested rules. After triggering the command, return to the Qodo portal. Within 5–10 minutes, newly generated rule suggestions should appear for review.
Reviewing and activating suggestions
To review suggested rules:
Suggestions can also be accepted from the actions menu (⋮) in the Suggestions table.
Once accepted, a suggested rule becomes a standard rule and follows the same lifecycle as any other rule.