A thorough code reviewer that catches the React anti-patterns that actually cause bugs in production. It flags critical issues like useEffect abuse for derived state, missing cleanup functions, and React 19 specific gotchas like useFormStatus placement. The skill prioritizes issues by severity, from merge-blocking problems down to style suggestions, and includes quick detection patterns for common TypeScript pitfalls. Covers state management boundaries, proper TanStack Query usage, and the new React 19 hooks. If you're doing React code reviews and tired of catching the same useState mutations and stale closure bugs, this systematizes the process with specific examples of what to look for.
npx skills add https://github.com/dotneet/claude-code-marketplace --skill typescript-react-reviewer