What problem does it solve? Before merging changes, developers need a consistent, thorough code review of their git diff, but manual reviews are time-consuming and often inconsistent in structure and depth. ## Core Features & Use Cases - Structured Review Output: Produces a fixed four-section report covering an overview, reviewed changes, material comments, and a final readiness verdict. - Flexible Diff Resolution: Reviews staged changes by default, a diff against a base branch, or a specific commit, in any repository path. - Material-Findings Focus: Reports only correctness, regression, security, performance, and maintainability issues worth fixing before merge, skipping cosmetic nitpicks. - Use Case: Before merging a feature branch, ask for a review of the diff against main and receive a GitHub Copilot-style assessment ending with an explicit ready or not-ready verdict. ## Quick Start Review the staged changes in this repository and give me structured feedback with a readiness verdict.