What problem does it solve?
This Skill automates the code review process for Python, Vue, and SQL code, helping developers improve the quality of their software by identifying and suggesting fixes for common issues.
Core Features & Use Cases
- Static Analysis: Identifies potential issues in code such as empty values, boundary conditions, and missing exception handling.
- Performance Analysis: Detects performance bottlenecks like N+1 queries and unnecessary database accesses.
- Security Analysis: Finds security vulnerabilities such as SQL injection, unauthorized access, and information leaks.
- Architecture Analysis: Evaluates code structure and architecture for best practices and common pitfalls.
- Use Case: When you have a codebase with Python and Vue components and want to ensure high code quality, the code-reviewer Skill can scan the codebase for potential issues.
Quick Start
Perform a code review on the 'main.py' file using the code-reviewer skill.