Reviews recently changed code for logic reuse, quality, and efficiency while automatically fixing identified issues.
The Simplify Code Review skill automates the process of auditing local git changes before they are committed. It scans diffs for redundant logic, potential bugs, and inefficient operations like unnecessary loops or allocations. By focusing only on actual logic improvements rather than stylistic preferences, it helps maintain a high-quality codebase with minimal, focused fixes, ensuring that every commit is optimized for both performance and maintainability without manual oversight.
主な機能
01Concise summaries of all modifications and improvements
02Identification of performance bottlenecks like redundant loops
03Direct application of code fixes for quality and efficiency
040 GitHub stars
05Automated git diff analysis of staged or recent changes
06Detection of code duplication and logic reuse opportunities
ユースケース
01Eliminating redundant logic by identifying existing internal utilities
02Optimizing performance in recently modified functions or modules
03Reviewing local changes for bugs and inefficiencies before making a pull request