What problem does it solve? React applications often accumulate hidden performance problems such as unnecessary re-renders, unstable prop references, and incorrect hook usage that are hard to spot during manual code review. This Skill runs an automated health check on the React frontend so these issues surface as actionable warnings before they reach production. ## Core Features & Use Cases - Automated frontend health checks: Run a single command to scan the React codebase for performance bottlenecks, anti-patterns, and component health issues. - Guided remediation: Interpret findings across re-render warnings, hook usage rules, and state management, then apply targeted fixes and re-verify. - Use Case: Before merging a large component refactor, run the doctor check from the frontend directory, fix flagged memoization and hook dependency problems, and re-run until all warnings are resolved. ## Quick Start Ask the agent to run react-doctor on the frontend codebase and fix any reported re-render or hook usage warnings.