test

Run React core tests across multiple release channels with pattern targeting.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Chai-Un/wedding --skill test-chai-un
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/Chai-Un/wedding/tree/main/.agents/skills/test
Command: npx skills add https://github.com/Chai-Un/wedding --skill test-chai-un

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates running React core tests across multiple release channels. It enables teams to verify compatibility and behavior across source, experimental, www, www variant false, stable, and classic channels with a single command.

Core Features & Use Cases

  • Multi-channel test execution: Run tests across source, experimental, www, www variant false, stable, and classic environments to compare behavior.
  • Pattern-driven testing: Execute specific test patterns like ReactFiberHooks to focus on targeted areas.
  • Use Case: When you need to validate a new pull request against all supported channels to ensure consistency before merge.

Quick Start

Run tests for the React core codebase by providing a test pattern, for example: test ReactFiberHooks.

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 release channels?

To run React core tests across multiple channels, you can use a command to execute tests across source, experimental, www, stable, and classic environments simultaneously, verifying compatibility and behavior with a single action.

Can I target specific test patterns like ReactFiberHooks for React core testing?

Yes, you can target specific test patterns like ReactFiberHooks for React core testing. Pattern-driven testing allows you to focus execution on targeted areas rather than running the entire test suite across all release channels.

What is the best way to validate a React pull request against all supported release channels?

The best way to validate a React pull request is to execute multi-channel test runs across source, experimental, www, stable, and classic environments to compare behavior and ensure consistency before merging.

Does this testing approach support the experimental and www variant false channels?

Yes, this testing approach supports the experimental and www variant false channels. It automates execution across these specific environments alongside source, stable, and classic channels to provide consistent result reporting.

How do I get consistent test reporting across React source, stable, and classic channels?

You get consistent test reporting across React source, stable, and classic channels by automating multi-channel execution. This ensures behavior comparison and compatibility verification are reported uniformly across all tested release channels.