lint-fixer

Installation
SKILL.md

Lint Fixer

Fix linting issues while preserving code functionality.

Lint Tools

npm run lint runs 4 tools in sequence:

  1. Biome (biome check --write) - Formatter + linter, auto-fixes
  2. oxlint (oxlint --fix) - Fast JS/TS linter, auto-fixes
  3. tsgo (tsgo --noEmit) - TypeScript type checking
  4. secretlint - Detects secrets/credentials

Workflow

Related skills
Installs
10
GitHub Stars
24.9K
First Seen
Jan 20, 2026