lint-fix
Installation
SKILL.md
Lint and Validation Pipeline
Detect all linting, formatting, and validation tools in the project, build an ordered execution pipeline, run everything to zero errors, and fix issues atomically.
Step 1: Detect project tools
Scan the project root for configuration files, Makefile targets, and package manager scripts to identify available tools.
Check in order:
Related skills