关于
This skill automates the process of reviewing modified files within a git repository, ensuring new code meets high standards for security, efficiency, and maintainability. It systematically scans for OWASP Top 10 vulnerabilities, algorithmic complexity issues, and ORM optimizations—specifically targeting common pitfalls like N+1 queries. By cross-referencing changes against local project guidelines, the skill provides tailored feedback that maintains architectural consistency and catches logic errors before they are committed. It categorizes findings by severity, offering immediate fixes for critical issues and suggestions for overall code quality improvements.