lint - Multi-language intelligent linting and automatic fixing
Detects project languages and runs linters or fixes code issues using Makefile or language toolchains.
Tags
Updated: 2026-09-17Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Detect project languages and build systems
- Execute Makefile lint targets
- Run Go project-linter workflow
- Execute generic lint fix iterations
- Dispatch multi-language linting across teams
- Watch file changes for continuous linting
Inputs
- Project source code directory
- Project configuration and build files
- Optional command-line arguments
Outputs
- Fixed source code files
- Lint summary report
- Push notifications for new issues
Requirements
- Bash shell environment
- Language-specific linters and toolchains
- inotifywait utility for watch mode
