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.