Automates the reduction of file length thresholds by identifying ESLint violations and generating structured refactoring plans.
The plan-reduce-max-lines skill is designed to improve codebase maintainability by systematically lowering the maximum allowed lines per file. It analyzes current ESLint configurations, identifies files that exceed new target thresholds, and compiles a detailed refactoring brief. By suggesting strategies like module extraction and logic simplification, it provides a clear roadmap for developers to decompose monolithic files into smaller, more manageable components, ensuring long-term code quality and readability.
Características Principales
01Integration with implementation workflows
02Automated ESLint threshold updates
03Generation of custom refactoring strategies
041 GitHub stars
05Identification of files exceeding line limits
06Verification of compliance via automated linting
Casos de Uso
01Enforcing stricter code complexity standards in legacy projects
02Breaking down monolithic files into smaller, modular components
03Standardizing file sizes during repository-wide cleanup initiatives