What problem does it solve?
This Skill automates the process of reviewing code for quality, security vulnerabilities, and adherence to best practices, ensuring a higher standard of code before integration.
Core Features & Use Cases
- Code Quality Analysis: Checks for clear naming, code duplication, function size, and dead code.
- Security Auditing: Identifies common vulnerabilities like injection flaws, insecure handling of secrets, and improper input validation.
- Performance & Accessibility: Reviews for mobile performance issues (CLS, image optimization) and accessibility standards (WCAG, ARIA).
- Use Case: After a developer implements a new feature, the reviewer skill can be invoked to provide a comprehensive report on the code's readiness, flagging critical issues and suggesting improvements.
Quick Start
Review the code changes in the current branch for quality and security issues.