Codex React Hooks Review

Review changed JSX and TSX files for React Hooks regressions. Use during a diff review when React functional components or hooks changed.

BK202503 Updated

File contents

React Hooks review

Review only changed .tsx and .jsx files.

Check effect dependencies and unstable dependencies, stale state closures in asynchronous callbacks, missing functional state updaters, index keys on mutable lists, unnecessary memoization, async effect cancellation, Rules-of-Hooks violations, and server/client component boundary errors.

Return severity, file and line, user-visible impact, and a concrete fix. Do not modify code; report no findings plainly when applicable.

BK202503/open-claude-all/tree/main/codex/skills/codex-react-hooks-review commit 236ec65e14

Frequently asked questions

npx skillmds@latest add bk202503/codex-react-hooks-review