ESLint Autofix Safe Cleanup
Installation
SKILL.md
ESLint Autofix Safe Cleanup
Purpose
Use this skill to apply ESLint autofix only when the changes are mechanical and safe.
The goal is to avoid turning eslint --fix into a semantic refactor disguised as formatting.
The core rule is simple:
Autofix only what you can review as mechanical.
When to Use
Use this skill when: