| name | analyze-effects |
|---|---|
| description | Identify all useEffect hooks in a folder and classify them, then apply the correct replacement pattern from "You Might Not Need an Effect" |
| argument-hint | [folder-path] |
Analyze all useEffect (and useLayoutEffect) hooks in the specified folder and recommend the safest replacement patterns.