What problem does it solve?
This Skill automates the process of reviewing code for quality, identifying root causes of issues, and assessing the confidence of proposed fixes, significantly speeding up the development cycle.
Core Features & Use Cases
- Automated Code Analysis: Analyzes code changes for adherence to best practices, potential bugs, and security vulnerabilities.
- Root Cause Identification: Helps pinpoint the underlying reasons for failures or unexpected behavior.
- Fix Confidence Assessment: Evaluates how likely a proposed fix is to resolve the issue without introducing new problems.
- Use Case: A developer submits a pull request. This Skill analyzes the changes against established best practices, identifies potential regressions, and provides a confidence score for the fix, allowing reviewers to focus on higher-level concerns.
Quick Start
Use the review skill to analyze the current branch's changes against master.