test

Run React core tests across multiple channels with yarn invocations and watch mode support.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/exposir/ai-talk --skill test-exposir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/exposir/ai-talk/tree/main/notes/skill/test
Command: npx skills add https://github.com/exposir/ai-talk --skill test-exposir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run tests for the React core codebase across multiple channels.

Core Features & Use Cases

  • Supports source/canary, experimental, www-modern, www-classic, and stable channels for React tests.
  • Maps test commands to channel-specific yarn invocations, enabling deterministic test runs in CI or local environments.
  • Provides guidance for test patterns and expected outputs to verify results across channels.

Quick Start

Run a test pattern using the desired channel to validate React core changes.

Frequently Asked Questions about test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run React core tests across multiple channels like canary and stable?

To run React core tests across multiple channels, you route commands to channel-specific yarn invocations. This validates changes across source/canary, experimental, www-modern, www-classic, and stable channels.

Can I use watch mode when validating React source code tests on experimental channels?

Yes, you can use watch mode when validating React source code tests. The routing applies channel-specific yarn invocations for experimental and other channels, including watch mode scenarios.

What is the best way to automate React testing in CI across www-modern and www-classic?

The best way to automate React testing in CI is mapping test commands to deterministic channel-specific yarn invocations. This targets www-modern and www-classic channels for reliable continuous integration runs.

Does command routing for React test patterns support reporting results for each channel?

Yes, command routing for React test patterns supports reporting results for each channel. It maps test commands to channel-specific yarn invocations and provides guidance for expected outputs to verify results.