list_react_hooks_deps
Detect missing dependencies in React hooks by listing useEffect, useMemo, and useCallback, flagging deps used in callbacks but absent from arrays.
Instructions
Inventory of useEffect/useMemo/useCallback with their dependency array (heuristic: marks deps used in the callback but missing from the array).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |