概要
The Lint and Validate skill ensures your codebase maintains high standards by automatically executing quality control procedures after every modification. It supports both Node.js/TypeScript and Python ecosystems, performing essential tasks such as ESLint checks, TypeScript compilation, Ruff linting, MyPy type checking, and security audits via Bandit. By enforcing a mandatory 'Quality Loop,' the skill prevents the submission of code with syntax errors, type mismatches, or style violations, guaranteeing that your project remains clean, secure, and production-ready.