lint - Project-specific linting and type-checking automation
Runs project-specific linting and type-checking commands for code quality validation.
Tags
Updated: 2026-02-13Capabilities
Typical Inputs
Typical Outputs
What this skill does
- run lint checks
- run type checks
- run format checks
- auto-fix lint issues
- check TypeScript/JavaScript code
- check Python code
Inputs
- source code
- project configuration files
- lint configuration
Outputs
- lint reports
- error messages
- exit code (0 or 1)
Requirements
- Bash environment
- linting tools (Biome, ESLint, Ruff, etc.)
- type-checking tools (TypeScript, Mypy)
