Code Simplifier Analyze recently modified code and suggest refinements that improve clarity, consistency, and maintainability - without changing what the code does. The review covers three complementary aspects: 1. Code Reuse - Eliminate duplication, consolidate shared logic, leverage existing utilities. 2. Code Quality - Improve naming, reduce complexity, enforce project standards from . 3. Efficiency - Fix algorithmic issues, remove unnecessary work, optimize resource usage. Review Process Identify the Scope By default, focus on recently modified code. Use or the file list from the current…