What problem does it solve?
This Skill addresses the need for comprehensive and efficient code reviews by leveraging multiple perspectives to analyze code quality, providing severity-rated findings, and issuing a final LGTM (look good to me) or Request Changes verdict.
Core Features & Use Cases
- Multi-Perspective Code Review: Analyzes code from security, logic, performance, and test coverage angles.
- Automated Review Process: Orchestrate reviews with parallel processing and a consolidated report.
- Customizable Lenses: Customize the review lenses (e.g., security, logic, performance) for specific needs.
- Integration with x-build: Seamlessly integrate with x-build for quality gate checks.
Quick Start
Start a review by invoking the x-review skill with the appropriate subcommand. For example, to review a PR, you can use: /xm:review pr <pr-number>