back
loading skill details...
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.
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 --diff to spot meaningful differences between channels 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 internal canary, next, experimental - OSS channels rn, rn-fb, rn-next - React Native
don't have the plugin yet? install it then click "run inline in claude" again.