feature-flags
π―Skillfrom facebook/react
Manages React's internal feature flag system for controlling experimental features across source, www, stable, and experimental build channels.
Same repository
facebook/react(7 items)
Installation
npx vibeindex add facebook/react --skill feature-flagsnpx skills add facebook/react --skill feature-flags~/.claude/skills/feature-flags/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
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.
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.