test

Execute React codebase tests across source, experimental, www, and stable channels.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/sangrokjung/claude-code-config-public --skill test-sangrokjung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/sangrokjung/claude-code-config-public/tree/main/skills/test
Command: npx skills add https://github.com/sangrokjung/claude-code-config-public --skill test-sangrokjung

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows developers to efficiently run tests for the React codebase, ensuring code quality and stability across different release channels.

Core Features & Use Cases

  • Multi-Channel Testing: Supports testing across default (source), experimental, www (modern and classic), and stable channels.
  • Targeted Test Execution: Allows specifying test patterns to run specific tests or suites.
  • Watch Mode: Enables Test-Driven Development (TDD) with a watch mode.
  • Use Case: When developing a new feature in React, use this Skill to run tests in the experimental channel to catch regressions before they are merged.

Quick Start

Run tests for the React core with the default source channel, focusing on the ReactFiberHooks pattern.

Frequently Asked Questions about test

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

FAQPage Schema
How do I run tests for a React codebase across different release channels?

To run tests for a React codebase, you can execute tests across source, experimental, www, and stable channels. This maps provided arguments to specific yarn commands based on the selected channel and flags.

Can I use watch mode for Test-Driven Development (TDD) with React?

Yes, watch mode is supported for Test-Driven Development (TDD) workflows with React. This enables continuous test execution during development, automatically rerunning tests as code changes occur.

How do I execute targeted test suites using specific patterns in JavaScript?

You can execute targeted test suites by specifying test patterns. This allows you to run specific tests or suites within the JavaScript codebase rather than executing the entire test suite.

What release channels are supported for testing React code quality?

The supported release channels for testing React code quality include the default source channel, experimental, www (modern and classic), and stable. This ensures stability across different release pipelines.

When should I use the experimental channel to catch regressions in React?

Use the experimental channel when developing a new feature in React to catch regressions before they are merged. This allows you to efficiently test code quality and stability in an isolated environment.

Does running React tests require mapping arguments to specific yarn commands?

Yes, running React tests requires mapping arguments to specific yarn commands. The execution logic selects the correct yarn command based on the chosen release channel and any provided test flags.