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.