Optimizes recently changed code by reviewing for reuse, quality, and efficiency before automatically applying targeted fixes.
The Simplify Code Review skill automates the post-development cleanup process by analyzing git diffs for potential improvements. It specifically identifies redundant logic, improves code quality by catching edge cases or unclear naming, and boosts performance by eliminating unnecessary loops or allocations. By focusing strictly on recently changed files and avoiding subjective style preferences, it provides a streamlined way to ensure your codebase remains lean and maintainable without the overhead of a full agentic workflow.
主要功能
01Automated identification of logic duplication and reuse opportunities
020 GitHub stars
03Diff-based analysis of staged or committed changes
04Minimal, focused interventions to maintain original code intent
05Efficiency optimization for loops and memory allocations
06Direct implementation of bug fixes and quality improvements
使用场景
01Quickly identifying and fixing regressions in recent commits
02Finalizing a feature branch before opening a pull request
03Refactoring messy prototypes into production-ready code