About
The Code Entropy Reducer is a specialized skill designed to systematically clean up repositories by identifying and resolving high-impact technical debt through a disciplined, iterative loop. It scans for issues such as duplicate code, unused exports, and excessive complexity, fixing one item at a time with minimal changes, verifying results with tests, and committing progress automatically. This skill is ideal for maintaining high code quality standards without manual refactoring sessions, ensuring that every cleanup iteration results in a more maintainable and efficient codebase while avoiding unnecessary cosmetic changes.