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

  1. Read src/main.tsx, src/App.tsx, package.json, and tsconfig.json.
  2. Glob src/**/*.tsx to inventory all components.
  3. Grep for key patterns: useEffect, useState, createContext, React.lazy, Suspense, ErrorBoundary.
  4. Check React and React DOM versions in package.json.

Audit Checklist

Installs
1
GitHub Stars
1
First Seen
Jun 4, 2026
react-audit — joshuashepherd/my-skills