AI Code Reviewer Systematically review AI-generated code to catch common mistakes before they hit production. When to Use - After AI generates code you plan to use - Before committing AI-assisted changes - When AI code "looks right" but you want verification - Reviewing PRs with significant AI-generated content The AI Code Review Checklist 1. Correctness Issues (Most Common) AI often generates code that looks correct but has subtle bugs. Check for: - [ ] Hallucinated APIs - Methods/functions that don't exist - [ ] Wrong library versions - API changes between versions - [ ] Off-by-one errors -…