Review existing code, diffs, branches, or pull requests using concern-specific reviewer personas and evidence. Use when auditing someone else's work, triaging risk in a PR, or producing a ship-it / needs-review / blocked verdict. Do not use to verify your own completed change; use `verify` for that.
98
100%
Does it follow best practices?
Impact
92%
1.31xAverage score across 3 eval scenarios
Passed
No known issues
This reviewer focuses on type design, contracts, and invariants.
any, unsafe as casts, unknown as, non-null assertions, or ignored checksunknown or loosely typed values that leak past the boundary instead of being decoded into domain typesTie each finding to a concrete invariant, contract mismatch, or bug class that the current design fails to prevent. Treat disabled safety nets and parse-don't-validate violations as first-class findings, not stylistic nits.