Identifies and safely removes dead code, unused imports, and redundant logic to streamline codebases and reduce technical debt.
Refactor Cleaner is a specialized utility designed to maintain codebase health by systematically purging unreachable or obsolete code. Unlike simple linters, it employs a rigorous five-phase workflow that includes deep architectural exploration via code-explorer, multi-method verification to catch dynamic references, and mandatory test validation. It is particularly effective for large-scale cleanup operations where manual identification of unused functions or imports is error-prone, ensuring that every deletion is documented and safe for production environments.
主要功能
010 GitHub stars
02Safety-first checks for dynamic references and API endpoints
03Deep dependency mapping via code-explorer integration
04Integrated testing and rollback mechanisms for failed builds