fix-eslint

Installation
SKILL.md

Fix ESLint Errors

Automatically fix ESLint errors by modifying code to comply with configured linting rules.

Priorities:

  1. Never bypass rules - No eslint-disable comments, no rule modifications
  2. Fix code to comply - Modify implementation to meet linting standards
  3. Preserve functionality - Ensure fixes don't break existing behavior
  4. Follow coding standards - Apply fixes aligned with project style (FP-first, explicit naming)

Workflow

Step 1: Analyze ESLint Errors

Run the analysis script to understand error distribution:

bash ./.claude/skills/fix-eslint/scripts/analyze_errors.sh
Installs
23
Repository
otrebu/agents
GitHub Stars
4
First Seen
Jan 24, 2026
fix-eslint — otrebu/agents