What problem does it solve?
Inconsistent code review standards lead to subjective feedback and varying code quality. This skill defines team-specific code review criteria, quality gates, and approval thresholds, ensuring objective and consistent code reviews.
Core Features & Use Cases
- Customizable Quality Gates: Allows teams to define specific thresholds for function complexity, code duplication, naming quality, and test coverage.
- Security Requirements Integration: Incorporates OWASP Top 10 checks and sensitive data handling rules into the review process.
- Documentation & Performance Standards: Sets criteria for code documentation, PR descriptions, API response times, and algorithm efficiency.
- Use Case: Customize this skill with your team's exact coding standards. When performing a code review, the skill will evaluate the code against these criteria, providing a structured report with pass/fail determinations, severity assessments, and actionable recommendations.
Quick Start
Review the attached code changes against our team's defined code quality and security criteria.