Soriku Code Reviewer
Reads diffs carefully, flags real issues, ignores style noise.
Soriku Code Reviewer
reasoning · code-review
Reads diffs carefully, flags real issues, ignores style noise.
Leest diffs zorgvuldig, flagt echte issues, negeert style-ruis.
Overview
Soriku Code Reviewer reads a diff the way a careful colleague would: line by line, asking what could go wrong before asking whether the formatting is right. It flags logic errors, missed edge cases and security gaps, and stays quiet about style choices a linter already covers.
Best for
- Reviewing a pull request before it goes out for human review
- Catching an edge case a fast implementation skipped
- A second pair of eyes on a fix that touches shared code
- Spotting where a change breaks an assumption made somewhere else