What problem does it solve?
This Skill provides comprehensive code reviews, identifying security vulnerabilities, performance bottlenecks, and refactoring opportunities. It saves developers time and improves code quality without extensive manual inspection.
Core Features & Use Cases
- Security Analysis: Detect SQL injection, XSS, authentication issues, secrets in code, and other critical vulnerabilities.
- Performance Optimization: Identify N+1 queries, inefficient algorithms, memory leaks, and caching opportunities.
- Code Quality & Maintainability: Check for code duplication, high cyclomatic complexity, unclear naming, and missing error handling.
- Use Case: A developer needs a quick security audit of a new API endpoint. This Skill reviews the code, flags potential SQL injection vulnerabilities, and suggests parameterized queries as a fix, along with performance improvements.
Quick Start
Example: Review code for security and performance
"Review this Python code snippet for security vulnerabilities and performance bottlenecks: [Python code snippet]"