react-doctor
React Doctor is a CLI auditing tool for React teams and AI-coding users that scans a codebase once and outputs a health score plus categorized issue lists.
Tool overview
On adoption, React Doctor is clearly getting attention: the official GitHub repo has strong stars and forks, and X shows many reposts, trial runs, and prompt-sharing around it. That is good evidence of heat, not the same as proof of long-term effectiveness. In this evidence set, the stronger support for capability comes from the official repository messaging, the documented one-command usage, and a few hands-on posts showing it inside agent or fix workflows. There are still relatively few deep reviews, long-form benchmarks, or broad tutorial-based evaluations, so the safest conclusion is “worth trying,” not “already validated as a standard tool across teams.”
In practice, it is not a general SAST platform, and it is not an auto-fixing AI IDE. A better analogy is a specialized audit/health-check CLI for React code structure and runtime habits. The evidence supports that `npx react-doctor@latest` scans React projects, gives a health score, and surfaces categorized issues around useEffect patterns, rerenders, architectural anti-patterns, and some security-related risks.