flags
Summary
Inspect and compare feature flag states across React release channels.
- View all flags across channels (www, www-modern, canary, next, experimental, rn variants) or compare specific channels with
--diff - Output formats include default table view, CSV export, and cleanup status grouping
- Flag states indicated by symbols: enabled (โ ), disabled (โ), variant testing (๐งช), profiling-only (๐)
- Common pitfall:
__VARIANT__flags are tested in both states on www; use--diffto spot meaningful differences between channels
SKILL.md
Feature Flags
Arguments:
- $ARGUMENTS: Optional flags
Options
| Option | Purpose |
|---|---|
| (none) | Show all flags across all channels |
--diff <ch1> <ch2> |
Compare flags between channels |
--cleanup |
Show flags grouped by cleanup status |
--csv |
Output in CSV format |
Channels
www,www-modern- Meta internalcanary,next,experimental- OSS channelsrn,rn-fb,rn-next- React Native
Legend
โ
enabled, โ disabled, ๐งช __VARIANT__, ๐ profiling-only
Instructions
- Run
yarn flags $ARGUMENTS - Explain the output to the user
- For --diff, highlight meaningful differences
Common Mistakes
- Forgetting
__VARIANT__flags - These are tested both ways in www; check both variants - Comparing wrong channels - Use
--diffto see exact differences
Weekly Installs
640
Repository
facebook/reactGitHub Stars
244.2K
First Seen
Jan 24, 2026
Security Audits
Installed on
opencode525
codex508
gemini-cli505
github-copilot460
claude-code424
cursor417