Skip to main content
Back to the directory
facebook/reactSoftware EngineeringFrontend and Design

flow

Static type checking for React code across DOM and native platforms.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
801

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/facebook/react --skill flow
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, flow has 801 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: facebook/react. Canonical URL: https://skills.sh/facebook/react/flow.

Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
Static type checking for React code across DOM and native platforms. Arguments: - Four renderer options cover standard DOM, browser-specific code, React Native, and Fabric environments - Run yarn flow with optional renderer argument; use yarn flow-ci for comprehensive but slower checks - Reports type errors with file locations to help identify and fix issues quickly - Watch for common pitfalls: missing renderer specification, unexamined $FlowFixMe suppressions, and incorrect type imports - $ARGUMENTS: Renderer to check (default: dom-node) - Run yarn flow $ARGUMENTS (use dom-node if no argument) - Report type errors with file locations - For comprehensive checking (slow), use yarn flow-ci - Running without a renderer - Always specify or use default dom-node - Ignoring suppressions - Check if $FlowFixMe comments are masking real issues - Missing type imports - Ensure types are imported from the correct package

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does flow do?

Static type checking for React code across DOM and native platforms.

Is flow good?

flow does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support flow?

flow currently lists compatibility with Skills CLI.

Is flow safe to install?

flow has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to flow?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install flow?

Run the following command to install flow: npx skills add https://github.com/facebook/react --skill flow

Related skills

More from facebook/react

Related skills

Alternatives in Software Engineering