What problem does it solve? Iterative fix loops and hunk-by-hunk reviews often miss cross-file inconsistencies, config drift, stale documentation, and baseline compatibility issues that only appear when viewing the entire change set as one unit. ## Core Features & Use Cases - Whole-Diff Final Pass: Reviews the complete change set against a base branch or supplied patch, checking naming, data shapes, API consistency, error handling, and backward compatibility across all files. - Structured Review Contract: Outputs severity-classified findings (Critical, Important, Minor) with stable IDs, confidence levels, evidence, suggested fixes, and a merge verdict. - Side-Effect-Free Operation: Never edits files, commits, pushes, or posts comments; it returns findings to the caller for decision-making. - Use Case: After your review-and-fix loop converges, run a final fresh-eyes pass before PR handoff to catch stale docs, leftover debug code, and test blind spots introduced by incremental fixes. ## Quick Start Ask the agent to run a fresh-eyes review of the current branch diff against main before creating the pull request.