Automates the identification, categorization, and systematic resolution of ESLint rule violations across a codebase.
The plan-fix-linter-error skill is designed to handle large-scale code quality improvements by managing bulk ESLint violations through a structured workflow. It runs your project's linter, groups errors by specific rules and files, and generates a comprehensive technical brief that outlines fix strategies and verification steps. This is particularly useful for developers looking to resolve technical debt, enforce new governance standards via the LISA framework, or clean up legacy codebases without the manual overhead of tracking individual violations.
主な機能
011 GitHub stars
02Rule-specific fix strategy generation
03Verification through targeted post-fix checks
04Bulk violation detection and grouping by rule
05Automated implementation plan creation
06Codebase-wide lint rule enforcement
ユースケース
01Automating the cleanup of legacy formatting and syntax issues
02Resolving extensive technical debt when enabling new ESLint rules
03Standardizing code patterns across a large repository simultaneously