Resolves TypeScript build and linting errors incrementally with automated verification and Japanese reporting.
The TypeScript Lint skill streamlines code maintenance by automating the detection and resolution of TypeScript errors. It executes linting or build scripts, groups errors by file, and addresses issues one by one to ensure stability. Each fix is verified by re-running the build, and the skill provides clear, Japanese-language summaries of all changes, making it an essential tool for developers managing complex TypeScript codebases who want to improve code quality without manual drudgery.
Características Principales
01Context-aware fix proposals with 5-line code previews
02Safety limits to prevent infinite loops or regression cycles
03Smart error grouping by file and severity sorting
04Incremental error resolution with automated build verification
050 GitHub stars
06Japanese-language user interface and summary reports
Casos de Uso
01Ensuring code quality in CI/CD pipelines by automating repetitive bug fixes
02Fixing cascading build errors after major library or dependency updates
03Refactoring legacy TypeScript codebases to meet strict linting standards