lint

Automates ESLint, TypeScript checks, formatting, and auto-fix for JavaScript/TypeScript projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gpaura/claude_plugins --skill lint-gpaura
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint
Source: https://github.com/gpaura/claude_plugins/tree/main/skills/lint
Command: npx skills add https://github.com/gpaura/claude_plugins --skill lint-gpaura

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines code quality by automatically running linting checks and applying safe fixes, reducing manual debugging time.

Core Features & Use Cases

  • Automated Linting: Runs ESLint, TypeScript checks, and formatting to ensure consistent code quality across the codebase.
  • Auto-Fix & Reporting: Applies auto-fixes where safe and reports issues requiring manual intervention.
  • CI/Pre-commit Integration: Easily integrates with CI workflows and pre-commit hooks to enforce standards.

Quick Start

Run lint on the repository and apply safe auto-fixes.

Frequently Asked Questions about lint

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

FAQPage Schema
How do I automate ESLint and TypeScript checks across my repository?

Automated linting runs ESLint, TypeScript checks, and formatting across your repository to enforce consistent code style. It applies safe auto-fixes automatically while surfacing remaining issues for manual review.

Can I integrate linting and Prettier formatting into pre-commit hooks?

Yes, you can integrate linting and Prettier formatting into pre-commit hooks and CI workflows. This enforces code quality standards automatically before changes are committed to the repository.

What is the best way to apply safe auto-fixes for code quality issues?

The best way to apply safe auto-fixes is through configurable ESLint and Prettier rules. The system automatically applies safe fixes while reporting issues that require manual intervention.

Does automated linting work with both JavaScript and TypeScript projects?

Yes, automated linting targets both JavaScript and TypeScript projects. It runs TypeScript checks alongside ESLint to ensure consistent code quality across your entire codebase.

Why does automated linting report issues instead of fixing everything automatically?

Automated linting reports issues instead of fixing everything because some code quality problems require manual intervention. It only applies safe auto-fixes to avoid breaking code logic.

How do I enforce consistent code style in CI workflows?

You can enforce consistent code style in CI workflows by integrating automated linting. This runs ESLint, TypeScript checks, and Prettier formatting to maintain standards across all commits.