MatterAI now supports using your existing Cursor rules to automatically generate AI code reviews. This allows you to leverage your existing rules and policies to ensure that AI-generated reviews align with your team’s coding standards and practices. Check Configurations to enable this feature.
Similarity Search automatically reviews new or modified function calls in pull requests, comparing them to existing repository definitions. It verifies alignment with the function’s contract (parameters, return value, side-effects). If a mismatch is found, it provides an inline suggestion detailing:
The issue: What’s misused and why.
The fix: Minimal code changes needed.
The impact: Risks if the mismatch is deployed.
MatterAI automatically marks resolved issues in new commits with a ✅ Resolved comment, including a resolution reason.
Benefits:
Saves engineers time by eliminating manual comments and issue resolution.
Validates fixes in new commits, exclusive to MatterAI-generated AI code reviews.