What problem does it solve?
This Skill provides a streamlined approach to running React core tests across multiple release channels (source, experimental, www, stable) with a consistent test pattern and clear results.
Core Features & Use Cases
- Cross-channel test execution: run tests across default source, experimental, www, and stable channels with a single command.
- Pattern-based testing: specify test names or patterns to target specific suites like ReactFiberHooks.
- Automated command mapping: translates the channel choice into the correct yarn test command and ensures silent, no-watchman execution.
- Clear reporting: aggregates results and highlights failures for quick triage.
Quick Start
Use the test skill to run a pattern like ReactFiberHooks across the default source channel, for example by invoking the skill with the test pattern ReactFiberHooks.