flags

Installation
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 --diff to 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 internal
  • canary, next, experimental - OSS channels
  • rn, rn-fb, rn-next - React Native
Related skills
Installs
783
Repository
facebook/react
GitHub Stars
245.0K
First Seen
Jan 24, 2026