This is a comprehensive code review assistant that combines AI-powered analysis tools like GitHub Copilot and Codiga with traditional static analysis from SonarQube and CodeQL. It covers security (OWASP Top 10, injection vulnerabilities), performance (N+1 queries, memory leaks), and infrastructure as code review. The behavioral approach is solid: constructive feedback with code examples, emphasis on teaching over nitpicking. What stands out is the focus on production reliability and configuration review, especially database pools, secrets management, and deployment patterns. It's built for teams serious about preventing incidents through thorough review, not just catching syntax errors. The breadth here means you'll want to be specific about what aspect of review you need rather than expecting it to do everything at once.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill code-reviewer