About
The Code Review skill transforms Claude into a rigorous code auditor capable of analyzing pull requests and implementations for quality, security, and efficiency. It systematically evaluates naming conventions, abstraction levels, and DRY principles while simultaneously scanning for critical security flaws like SQL injection and XSS. By providing actionable feedback with specific line references, it helps developers maintain high engineering standards, improve error handling, and eliminate performance bottlenecks like N+1 queries before they reach production.