#react
Project Managementcompilerrust-portstatus-tracking
Show the status of all Rust port plan documents and recent related commits. Use when you need to understand what's been done vs what remains.
Run tests for the React codebase.
Arguments:
Usage Examples:
/test ReactFiberHooks - Run with source channel (default)/test experimental ReactFiberHooks - Run with experimental channel/test www ReactFiberHooks - Run with www-modern channel/test www variant false ReactFiberHooks - Test VARIANT=false/test stable ReactFiberHooks - Run with stable channel/test classic ReactFiberHooks - Run with www-classic channel/test watch ReactFiberHooks - Run in watch mode (TDD)Release Channels:
(default) - Source/canary channel, uses ReactFeatureFlags.js defaultsexperimental - Source/experimental channel with EXPERIMENTAL flags = truewww - www-modern channel with VARIANT flags = truewww variant false - www channel with VARIANT flags = falsestable - What ships to npmclassic - Legacy www-classic (rarely needed)Instructions:
yarn test --silent --no-watchman <pattern>yarn test -r=experimental --silent --no-watchman <pattern>yarn test-stable --silent --no-watchman <pattern>yarn test-classic --silent --no-watchman <pattern>yarn test-www --silent --no-watchman <pattern>yarn test-www --variant=false --silent --no-watchman <pattern>Hard Rules:
Common Mistakes:
www AND www variant false for __VARIANT__ flags.@gate pragma; see feature-flags skill.继续浏览同一来源仓库中的其他 Skills。
Show the status of all Rust port plan documents and recent related commits. Use when you need to understand what's been done vs what remains.
Use when you need to update a plan document with deep research across all compiler passes. Launches parallel subagents to analyze how a topic affects every compiler phase, then...