lint

Auto-detect project linting tools and report code quality issues.

1|Updated Jul 13, 2026
One-click install
npx skills add https://github.com/vh2224/forge-executor --skill lint-vh2224
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint
Source: https://github.com/vh2224/forge-executor/tree/main/src/resources/skills/lint
Command: npx skills add https://github.com/vh2224/forge-executor --skill lint-vh2224

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly identify and correct code quality issues, formatting problems, and style violations in a project without manually hunting through files.

Core Features & Use Cases

  • Tool auto-detection: Finds the project's available linting and formatting setup, such as Biome, ESLint, Prettier, Ruff, Black, rustfmt, or Go tools.
  • Targeted checks: Lints changed files, a specific path, or the whole project depending on how you invoke it.
  • Safe auto-fix mode: Applies fixes only when explicitly requested, making it useful for cleanup before commits or releases.
  • Use case: A developer can run this Skill after a refactor to surface remaining errors, preview formatting changes, and optionally apply safe corrections.

Quick Start

Use the lint skill to check the changed files in my current project and report any errors or formatting issues.

Frequently Asked Questions about lint

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

FAQPage Schema
How do I check code quality and formatting issues in changed files before a commit?

To check code quality and formatting issues in changed files, invoke the lint check targeting modified files. This Skill auto-detects your project's toolchain, such as ESLint or Prettier, and reports errors or optionally applies safe fixes during pre-commit review.

What is the best way to automatically find and fix linting errors across a full repository?

The best way to find and fix linting errors across a full repository is using an auto-detecting linter in safe auto-fix mode. This Skill discovers your available formatting setup, like Ruff or Black, and applies corrections project-wide when explicitly requested.

Does this linting tool work with Biome and Go formatting tools?

Yes, this linting tool works with Biome and Go formatting tools. It auto-detects the available linting and formatting toolchain in your project, supporting Biome, ESLint, Prettier, Ruff, Black, rustfmt, and Go tools for routine development checks.

How do I run formatting checks on a specific path without modifying my code?

To run formatting checks on a specific path without modifying code, execute the linter in report-only mode. This Skill targets a selected path and surfaces style violations and formatting problems without applying any automatic corrections.

Do I need to manually configure my project before running code quality checks?

No, you do not need to manually configure your project before running code quality checks. This Skill requires project-local configuration discovery, automatically finding your existing linting setup like ESLint or rustfmt to report issues fast.