This skill provides a rigorous, mandatory workflow for triaging failed tests on the main branch, specifically targeting 'flaky' tests that pass locally but fail in CI environments. It enforces a strict 'reproduce before fixing' policy, guiding users through automated port management, dev server instantiation, specific test execution, and production build verification to isolate root causes like race conditions, bundling issues, or environment disparities.
Características Principales
01Detection of race conditions and test pollution patterns
02Automated port management and background server control
03Mandatory reproduction-first workflow enforcement
0439,933 GitHub stars
05Dual-track testing for both development and production builds
06Multi-run stability verification to ensure permanent fixes