askill
flow

flowSafety 95Repository

Use when you need to run Flow type checking, or when seeing Flow type errors in React code.

1 stars
1.2k downloads
Updated 2/7/2026

Package Files

Loading files...
SKILL.md

Flow Type Checking

Arguments:

  • $ARGUMENTS: Renderer to check (default: dom-node)

Renderers

RendererWhen to Use
dom-nodeDefault, recommended for most changes
dom-browserBrowser-specific DOM code
nativeReact Native
fabricReact Native Fabric

Instructions

  1. Run yarn flow $ARGUMENTS (use dom-node if no argument)
  2. Report type errors with file locations
  3. 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 $FlowFixMe comments are masking real issues
  • Missing type imports - Ensure types are imported from the correct package

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

65/100Analyzed 3/1/2026

A moderately useful skill for running Flow type checking with clear instructions and a useful renderer table. Covers basic usage but lacks examples of handling type errors and is somewhat tied to this specific project. Has good structure with clear when-to-use guidance and is in a dedicated skills folder."

95
70
45
55
65

Metadata

Licenseunknown
Version-
Updated2/7/2026
Publishersangrokjung

Tags

ci-cd