概要
The Run Tests skill provides a comprehensive quality validation suite for software development projects. It automates test execution across multiple frameworks including Jest, Pytest, and JUnit, while generating detailed coverage reports that highlight statements, branches, and functions. Beyond simple execution, it performs intelligent gap analysis to categorize uncovered code by criticality—ranging from security-sensitive logic to routine getters—and provides concrete test suggestions with code examples to ensure robust application health. This skill is essential for maintaining high standards during feature implementation, bug fixing, and refactoring workflows.