Linting and Code Quality Skill This skill helps you efficiently validate and format code using the project's comprehensive linting infrastructure. When to Use This Skill Use this skill when you: - Edit a file and want to format it before committing - Need to validate code style, types, or security - Want to check for spelling errors or documentation issues - Need to validate test infrastructure (suitespec, log messages) - Want to run comprehensive quality checks before pushing Key Principles 1. Always format after editing - Use immediately after code changes 2. Run comprehensive checks before…