Overview
mrge’s AI reviewer helps software teams ship code faster by providing immediate, actionable feedback on pull requests.
It learns your repository context, coding patterns, and adapts based on your feedback to deliver more accurate reviews.
Key features
-
Automated code reviews
- Scans pull requests for logic errors, style inconsistencies, and potential vulnerabilities.
- Leaves structured comments and suggestions directly in the PR.
-
Codebase awareness
- Detects libraries and frameworks in your repo (including their versions).
- References relevant code patterns or utilities found in your codebase when suggesting improvements.
-
Custom rules
- Enforce specialized guidelines, such as domain-specific standards or internal best practices.
- Automatically flags violations based on your configured rules.
-
Adaptive feedback
- Learns from your team’s past merges, comments, and preferences.
- Improves over time to reduce false positives and tailor advice to your codebase.
How it works
Enable AI review
Enable AI review for your repository in the AI review page.
Open a pull request
Once a new PR is created, mrge scans the changed files and runs its analysis.
Automated review
The AI leaves comments regarding potential issues or recommended improvements.
Custom rules check
If you have custom rules in place, the AI will also flag any violations based on those criteria.
Feedback and collaboration
If a comment needs clarification or correction, you can reply to the AI comment to refine its behavior for future reviews.
Merge or iterate
Address, ignore, or further discuss the flagged items. When ready, merge the PR.
Currently, mrge analyzes the code once per pull request creation. If you commit additional changes, the AI will not automatically re-check those (this feature is planned for a future release).
Next steps
- Custom rules: Create and manage your own rules to enforce specific guidelines.
- AI review settings: Configure library versions, ignore patterns, and more.
- Providing feedback: Fine-tune the AI by replying to its comments.
Was this page helpful?