What problem does it solve? Manually reviewing every change before merging a pull request is time-consuming and easy to get wrong. This Skill automates a structured review of the diff between your current branch and its remote origin base branch, surfacing issues before they reach production. ## Core Features & Use Cases - Multi-Dimensional Review: Evaluates code quality, best practices, potential bugs, performance, security, and test coverage across six defined review perspectives. - Structured Findings: Reports issues per file with severity levels (Critical / High / Medium / Low) plus concrete improvement suggestions and code examples. - Merge Recommendation: Produces a summary with changed file counts, added/removed lines, impact assessment, and an overall merge-or-fix verdict. - Use Case: Before opening a pull request, run a review of your feature branch against origin/main to catch logic errors, missing tests, and security concerns, then fix them before requesting human review. ## Quick Start Review the diff between my current branch and its remote origin base branch and give me a full code review with severity-rated findings.