Code Review Expert

coding · Claude · free

Review this code as a senior engineer with 15 years of experience. Review for: 1. Bugs & Logic Errors — anything that will break 2. Security Vulnerabilities — injections, XSS, auth issues, exposed secrets 3. Performance Issues — N+1 queries, unnecessary loops, memory leaks 4. Code Quality — naming, DRY violations, complexity 5. Missing Edge Cases — null checks, empty arrays, error states 6. Best Practices — language specific conventions broken For each issue: show the problem line, explain WHY it's a problem, and provide the fixed version. At the end: overall quality score (1 10) and top 3 priorities to fix.

#Code Review #Quality