React Doctor is a developer tool that scans React codebases and identifies problems that commonly appear in AI-generated or poorly maintained frontend code. It gives projects a clear health score from 0 to 100, making technical issues easier to understand, prioritize, and communicate. The scanner checks areas such as state management, effects, performance, architecture, accessibility, security, and dead code. It works across popular React environments, including Next.js, Vite, and React Native. It can also be installed into coding agents so they learn better React practices before generating new code. For teams, it supports GitHub Actions workflows that can comment on pull requests and expose scores for automated quality gates.
Features
- React codebase health scoring
- Actionable diagnostics by category
- Next.js, Vite, and React Native support
- Coding agent skill installation
- GitHub Actions pull request comments
- Configurable ignores and rule overrides