extract-errors
π―Skillfrom facebook/react
Extracts and assigns error codes for React's production error messages, keeping the error codes database up to date
Same repository
facebook/react(7 items)
Installation
npx vibeindex add facebook/react --skill extract-errorsnpx skills add facebook/react --skill extract-errors~/.claude/skills/extract-errors/SKILL.mdSKILL.md
More from this repository6
Validates changes before committing to the React repository by running formatting, linting, type checking, and tests to meet all contribution requirements.
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.