What problem does it solve?
This skill automates the initial pass of code reviews, identifying potential bugs, security vulnerabilities, and style violations in pending changes before a human reviewer even looks at the code.
Core Features & Use Cases
- Automated Diff Analysis: Automatically detects and reviews pending changes or branch-vs-master differences.
- Structured Reporting: Categorizes findings into must-fix, should-fix, and nit, ensuring clear actionable feedback.
- Use Case: Use this before submitting a pull request to catch common errors like nil dereferences, SQL injection risks, or deviations from project coding standards.
Quick Start
Ask the assistant to audit the current changes in the repository to identify potential issues and coding standard violations.