Автоматическое исправление ошибок линтера

★ 6.5 · code-analysis-tools

fix-lint is a Claude Code skill that runs the SD.Next lint workflow in a strict 9-step sequence: pre-commit, ESLint (twice — project root and sdnext-modernui), ruff check, and pylint against root .py files plus modules/, pipelines/, scripts/, and extensions-builtin/ directories. Before anything else, the skill activates the virtual environment and validates that the working directory is the repository root. Each tool runs iteratively — find a finding, apply a minimal targeted fix, re-run until clean — and if a fix breaks an already-passing tool, the sequence rolls back to re-run the affected e