lint-fix

Fix auto-fixable ESLint errors and report non-auto-fixable issues.

11|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/berkcangumusisik/claude-code-practices --skill lint-fix-berkcangumusisik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint-fix
Source: https://github.com/berkcangumusisik/claude-code-practices/tree/main/skills/lint-fix
Command: npx skills add https://github.com/berkcangumusisik/claude-code-practices --skill lint-fix-berkcangumusisik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auto-detects and fixes auto-fixable lint errors across a codebase, reducing manual toil while providing clear explanations for non-auto-fixable issues.

Core Features & Use Cases

  • Auto-fix lint errors where possible (e.g., formatting, basic rule violations) to speed up development.
  • Explain non-auto-fixable items with rationale to guide code reviews.
  • Integrate with existing ESLint configurations for deterministic results across environments.

Quick Start

Run the lint-fix tool on your project to automatically apply all auto-fixable lint changes and surface explanations for any remaining issues.

Frequently Asked Questions about lint-fix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-fix ESLint errors in a JavaScript project?

To auto-fix ESLint errors in a JavaScript project, run a tool that automatically applies auto-fixable lint changes to your codebase and generates explanations for any remaining non-auto-fixable issues.

Can I automatically fix TypeScript lint errors and explain the rest?

Yes, you can automatically fix TypeScript lint errors by running a tool that resolves auto-fixable rule violations and provides clear explanations with rationale for non-auto-fixable items to guide code reviews.

What ESLint rules cannot be auto-fixed?

Non-auto-fixable ESLint rules typically involve complex logic or structural code changes. The tool detects these issues and provides clear explanations with rationale to guide manual remediation and code reviews.

Does static analysis work with my existing ESLint configuration?

Yes, static analysis integrates directly with your existing ESLint configuration, ensuring deterministic lint auto-fix results and consistent code quality checks across different development environments.

What is the best way to resolve lint errors across a codebase?

The best way to resolve lint errors across a codebase is to automate the remediation of auto-fixable issues like formatting and basic rule violations, while generating explanations for the remaining errors.