Skills from facebook/react
7 skills available
fix
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
514 installs
extract-errors
Use when adding new error messages to React, or seeing "unknown error code" warnings.
432 installs
verify
This skill validates changes before committing and checks React contribution requirements using verification steps. It instructs execution of `yarn prettier`, `yarn linc`, and subagents `/flow`, `/test`, `/test www`, which are shell-execution actions.
399 installs
test
Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.
396 installs
flow
Use when you need to run Flow type checking, or when seeing Flow type errors in React code.
374 installs
feature-flags
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.
372 installs
flags
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.
351 installs