When to Use This Skill | Use this skill when... | Use something else instead when... | |------------------------|------------------------------------| | Auto-detecting and running the correct linter for a polyglot repo | Detecting structural anti-patterns linters miss → | | Running ruff/eslint/clippy/gofmt with optional and | Reviewing broader code quality and architecture → | | Driving a one-shot lint pass before commit | Scanning specifically for swallowed errors → | | Looking up autofix commands or common fix patterns per language | (use this skill — autofix reference is now here) | Contex…