What problem does it solve? Manually running and configuring many different linters across a polyglot codebase is tedious and error-prone. This Skill discovers lintable files, runs the appropriate linter for each file type, and produces a single structured findings report, with optional auto-fix mode. ## Core Features & Use Cases - Multi-tool linting: Covers shellcheck, markdownlint-cli2, yamllint, dotnet format, helm lint, hadolint, terraform validate, tflint, actionlint, and ruff, with install commands and check-only or auto-fix invocations for each. - Smart file discovery and exclusion: Finds lintable files by extension, filename, or shebang while excluding third-party directories like node_modules, .venv, vendor, and .terraform. - Default configurations: Ships industry-standard starter configs (.shellcheckrc, .markdownlint-cli2.yaml, .yamllint.yaml, .editorconfig, .hadolint.yaml, .tflint.hcl, ruff pyproject settings) without overwriting existing project configs. - Use Case: After generating a project containing Bash scripts, Terraform modules, and Python code, run this Skill to lint everything at once, get a per-tool findings table, and apply auto-fixes for ruff and markdownlint. ## Quick Start Lint all supported files in the current working directory and show me a findings report with any missing tools listed.