facebook/react988 installs
flow
Use when you need to run Flow type checking, or when seeing Flow type errors in React code.
How do I install this agent skill?
npx skills add https://github.com/facebook/react --skill flowIs this agent skill safe to install?
- Gen Agent Trust Hubfail
This skill is vulnerable to command injection because it executes shell commands using user-provided arguments without any sanitization or validation. An attacker could provide malicious arguments to execute arbitrary code on the host system.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1 file scanned · No issues
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
Flow Type Checking
Arguments:
- $ARGUMENTS: Renderer to check (default: dom-node)
Renderers
| Renderer | When to Use |
|---|---|
dom-node | Default, recommended for most changes |
dom-browser | Browser-specific DOM code |
native | React Native |
fabric | React Native Fabric |
Instructions
- Run
yarn flow $ARGUMENTS(usedom-nodeif no argument) - Report type errors with file locations
- For comprehensive checking (slow), use
yarn flow-ci
Common Mistakes
- Running without a renderer - Always specify or use default
dom-node - Ignoring suppressions - Check if
$FlowFixMecomments are masking real issues - Missing type imports - Ensure types are imported from the correct package
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/facebook/react/flow">View flow on skillZs</a>