Review React 19 test quality including coverage, patterns, and React 19 API testing. Use when reviewing tests or test coverage.
Reviews React 19 test quality for coverage gaps, React 19 API usage (useActionState, useOptimistic), and testing patterns. Use when reviewing tests or test coverage.
/plugin marketplace add djankies/claude-configs/plugin install react-19@claude-configsThis skill is limited to using the following tools:
For Vitest configuration validation (pool options, coverage setup, deprecated patterns), see vitest-4/skills/reviewing-vitest-config/SKILL.md.
renderHookuseActionState have testsuseOptimistic updates tested for immediate feedbackuseFormStatus tested within form component contextuse() hook tested with Promises and Context@testing-library/react and @testing-library/user-eventgetByRole, getByLabelText)waitFor used for async assertionswaitFor)For typed test fixtures and mocks, use the TYPES-generics skill from the typescript plugin.
For comprehensive testing patterns, see: research/react-19-comprehensive.md.
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.