Verify your own completed code changes using the repo's existing infrastructure and an independent evaluator context. Use after implementing a change when you need to run unit or integration tests, check build or lint gates, prove the real surface works with evidence, and challenge the changed code for clarity, deduplication, and maintainability. If the repo is not verifiable yet, hand off to `agent-readiness`; if you are reviewing someone else's code, use `review`.
97
100%
Does it follow best practices?
Impact
89%
1.02xAverage score across 3 eval scenarios
Passed
No known issues
Use this reference after behavior is proven, not instead of behavior proof.
The goal is to challenge the changed code for unnecessary complexity before calling the work done.
Ask these in order:
any, unsafe as, boundary-leaking unknown, or scattered validation where parsing at the boundary should provide typed evidence instead?When this pass finds issues, tie them to one of these: