What problem does it solve?
Manual code reviews often miss critical security vulnerabilities, correctness bugs, and performance issues, while wasting time on trivial style nitpicks that do not impact product quality or stability.
Core Features & Use Cases
- Structured Review Checklist: Covers correctness, security, performance, and maintainability to ensure no high-impact issues are overlooked during reviews.
- Prioritized Severity Levels: Classifies issues as BLOCK (must fix before merge), SUGGEST (recommended improvement), or NIT (optional style tweak) to streamline feedback and focus on critical fixes.
- Red Flag Detection: Flags common code smells like multi-responsibility functions, excessive copy-paste duplication, and unhelpful comments to improve long-term code health.
- Use Case: Use this Skill when reviewing a PR for a new payment processing feature to catch missing input validation, SQL injection risks, and unhandled error cases before merging to production.
Quick Start
Use the code-review-quality skill to review the attached pull request for the new user authentication feature and list all BLOCK and SUGGEST level issues.