What problem does it solve?
Code reviews are essential to improve quality, share knowledge, and prevent defects, but they can be inconsistent, time-consuming, and siloed. This Skill provides a structured, constructive review framework to standardize feedback and elevate code quality across teams.
Core Features & Use Cases
- Structured Feedback: Consistent, actionable comments covering correctness, design, performance, security, and maintainability.
- Knowledge Sharing: Document rationale and best practices to uplift team skills.
- Use Case: Apply during pull requests to quickly assess changes, leave actionable feedback, and track improvement over time.
Quick Start
Provide a sample PR diff or code snippet and ask the Skill to generate a comprehensive review focusing on correctness and maintainability. For example: "Review the following function for edge cases and readability: function foo(bar){...}"