Review Pull Requests
The workflow
1. Get full context on the changed modules
Review this PR - check the auth and api modules, search for any existing validation functions, and check blast radius on the UserService class.2. Verify new code is wired in
Are the new exports from auth/middleware.ts reachable from any entry point?3. Score regression risk
What's the regression risk for the functions changed in this PR?4. Check for duplication
What to look for
Tips
Last updated