verify
π―Skillfrom facebook/react
Validates changes before committing to the React repository by running formatting, linting, type checking, and tests to meet all contribution requirements.
Same repository
facebook/react(7 items)
Installation
npx vibeindex add facebook/react --skill verifynpx skills add facebook/react --skill verify~/.claude/skills/verify/SKILL.mdSKILL.md
More from this repository6
Extracts and assigns error codes for React's production error messages, keeping the error codes database up to date
Runs tests for the React core codebase, supporting source, www, stable, and experimental channels with configurable test patterns.
Fixes lint errors and formatting issues in the React codebase by running prettier and linc before committing, ensuring code passes CI.
Manages React's internal feature flag system for controlling experimental features across source, www, stable, and experimental build channels.
Runs Flow type checking on React source code, supporting multiple renderers including DOM, browser, React Native, and Fabric targets.
Checks React feature flag states across release channels, compares channel differences, and helps debug channel-specific behavior in the React codebase.