feature-flags
We need to translate the given text from English to Brazilian Portuguese. The text is about managing React feature flags. We must preserve the name "feature-flags" if it appears, but it doesn't appear in the text. The text includes technical terms like "canary", "www", "React Native", "test renderer", "__VARIANT__", "@gate", "pragma", "gate()", etc. We should keep those as is. Also preserve numbers, URLs (none), protocol names (none). No extra commentary, no labels. Just translate the text. The text: "Manage React feature flags across channels, gate tests conditionally, and debug flag-specific test failures. Four flag files control defaults and channel-specific overrides (canary, www, React Native, test renderer) with __VARIANT__ flags simulating gatekeepers tested in both states Use @gate flagName pragma to skip tests entirely when a flag is unavailable, or inline gate() to branch assertions when behavior differs Adding a new flag requires entries in the main file plus all fork files;...
npx skills add https://github.com/facebook/react --skill feature-flags