About
The Smart Test Coverage Validator is a specialized workflow skill designed to automate the rigorous testing and validation of uncommitted code changes. It identifies changed files via Git, enforces a strict minimum of 70% test coverage on new logic, and ensures overall project health by running the full test suite, linting, and compilation checks. This skill is ideal for developers who want to maintain high code quality standards and prevent regressions before submitting pull requests.