pre-commit-validation
SKILL.md
Pre-Commit Validation
This skill ensures code quality and test coverage before committing changes to the repository.
Purpose
Run comprehensive validation locally before committing to:
- Catch issues early (before CI runs)
- Ensure all tests pass
- Verify code quality (linting, formatting, type checking)
- Maintain code coverage standards
- Reduce CI failures and iteration time
Validation Checklist
Before creating any commit, ensure ALL of the following pass: