lint-fix
Installation
SKILL.md
Lint Fix
When to use this skill:
- ESLint errors detected
- Prettier formatting issues
- TypeScript type errors
- Import statement organization needed
- Pre-commit hook failures
What this skill does:
- Runs ESLint with auto-fix
- Runs Prettier to format code
- Organizes imports according to project conventions
- Fixes TypeScript type errors when possible
- Updates imports to use correct paths
- Verifies fixes resolved all issues