Review the selected changes for: - Correctness (logic, edge cases, error handling) - Security (secrets, injections, authz/authn assumptions) - Performance (unnecessary work, N+1, excessive renders) - Maintainability (naming, structure, cohesion) - Tests (are the right things covered, no snapshots)