How to install verify
npx skills add https://github.com/facebook/react --skill verifyFull instructions (SKILL.md)
Source of truth, from facebook/react.
name: verify description: Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
Verification
Run all verification steps.
Arguments:
- $ARGUMENTS: Test pattern for the test step
Instructions
Run these first in sequence:
- Run
yarn prettier- format code (stop if fails) - Run
yarn linc- lint changed files (stop if fails)
Then run these with subagents in parallel:
- Use
/flowto type check (stop if fails) - Use
/testto test changes in source (stop if fails) - Use
/test wwwto test changes in www (stop if fails)
If all pass, show success summary. On failure, stop immediately and report the issue with suggested fixes.
Related skills
More from facebook/react and the wider catalog.

extract-errors
Use when adding new error messages to React, or seeing "unknown error code" warnings.

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.

fix
Fix formatting and lint errors before committing code.

flags
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.

no-use-effect
>-

fal-image-edit
Edit images using AI on fal.ai. Style transfer, object removal, background changes, and more. Use when the user requests "Edit image", "Remove object", "Change background", "Apply style", or similar image editing tasks.