# 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.

- Skill: `bk202503/codex-react-hooks-review` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add bk202503/codex-react-hooks-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bk202503/codex-react-hooks-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: BK202503 (https://skillmd.com/u/bk202503)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/bk202503/codex-react-hooks-review

---


# 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.

