lint

Run bash lint to identify and report code style violations.

7.5k|1.8k|Updated Nov 10, 2013
One-click install
npx skills add https://github.com/FastLED/FastLED --skill lint-fastled
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint
Source: https://github.com/FastLED/FastLED/tree/main/.claude/skills/lint
Command: npx skills add https://github.com/FastLED/FastLED --skill lint-fastled

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates code quality by running linting and formatting checks across the repository after changes.

Core Features & Use Cases

  • Lint and formatting checks across the codebase to enforce style consistency.
  • Generates actionable reports highlighting violations and suggested fixes.
  • Integrates with CI pipelines or local development to ensure ongoing compliance.

Quick Start

Run the linting and formatting checks across the codebase using bash lint to identify and fix violations.

Frequently Asked Questions about lint

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

FAQPage Schema
How do I run code linting and formatting checks across my codebase?

Code linting across a repository is executed via the bash lint command, which identifies style and formatting violations and returns an actionable report suitable for CI integration or local development.

What is automated linting and how does it enforce code quality?

Automated linting enforces code quality by scanning the repository for style and formatting violations after changes, then generating an actionable report that highlights issues and suggested fixes to maintain consistency.

Can I integrate static analysis and linting checks into my CI pipeline?

Yes, you can integrate static analysis and linting checks into CI pipelines by running the bash lint command, which surfaces code style violations and formatting issues in a report formatted for ongoing compliance.

Do I need a specific linting setup to run code quality checks on my source changes?

Yes, using this Skill requires an existing linting setup accessible via the bash lint command to run code quality checks on source changes and generate actionable violation reports.

What is the best way to review formatting violations after modifying source files?

The best way to review formatting violations after modifying source files is to run automated linting checks, which identify issues across the repository and output a report with suggested fixes.