run-tests
Installation
SKILL.md
Run Tests Skill
⚠️ MANDATORY SKILL - AUTO-INVOKED BY SAFE-COMMIT
Purpose
Execute comprehensive testing to ensure code correctness, prevent regressions, and maintain quality standards before committing.
CRITICAL: This skill is automatically invoked by safe-commit. NEVER run tests manually before commit.
Testing Requirements
Coverage Thresholds
- Unit Tests: Minimum 90% code coverage
- Integration Tests: All integration points tested
- End-to-End Tests: 100% pass rate (no mocks)