Dev Health Check
When to use
- •After pulling changes / rebasing
- •After editing shadcn/ui primitives or Tailwind config
- •Before starting a playtest session
Procedure
- •Install dependencies (if needed)
- •Run lint
- •Run production build
- •(Optional) If dev server is running, verify it responds on port 8080
Helper script (PowerShell)
- •Run
powershell -File .github/skills/dev-health-check/scripts/dev-health.ps1 -Port 8080
Notes
- •ESLint may emit
react-refresh/only-export-componentswarnings insrc/components/ui/*; treat warnings as acceptable unless they become errors.