What problem does it solve?
This Skill automates the process of reviewing code commits and provides analysis on correctness, security, performance, maintainability, and edge cases, saving developers time and reducing human error.
Core Features & Use Cases
- Automated Code Review: Review committed changes on the current branch against a base branch.
- Parallel Sub-Agent Reviews: Conduct reviews in parallel for correctness, security, performance, maintainability, and edge cases.
- Single-Pass Review Option: Offers a single-pass review when requested by the user.
- Detailed Issue Reporting: Provides a detailed report of issues, including critical, high, low, and uncertain categories.
- Verdict Summary: Summarizes the review in an actionable format with an approval or fix status.
- Review Save: Saves the review as a markdown file for documentation and reference.
- Use Case: Use this Skill to review a branch before merging it into the main branch, ensuring code quality and consistency.
Quick Start
Run the 'code-review' command to automatically review the current branch and receive a summary of issues.