react-audit
Installation
SKILL.md
Audit the React 19 configuration and usage patterns for this Vite SPA project. Check for correctness, performance, and modern best practices.
Target: $ARGUMENTS (default: full audit — scan all src/**/*.{tsx,ts})
Pre-flight
- Read
src/main.tsx,src/App.tsx,package.json, andtsconfig.json. - Glob
src/**/*.tsxto inventory all components. - Grep for key patterns:
useEffect,useState,createContext,React.lazy,Suspense,ErrorBoundary. - Check React and React DOM versions in
package.json.