#0001
`React Doctor` diagnoses AI-generated React code with static analysis
70radar
React DoctorReact static analysis CLI — scores AI-generated code quality
A one-line npx scan scores React projects across quality and safety checks. Useful as a fast review gate before accepting agent-written code.
- Runs with
npx react-doctor@latest, so it fits into local review or CI without a setup-heavy adoption path. - Diagnostics cover state, side effects, performance, security, accessibility, and architecture — broader than lint-only checks.
- Outputs a 0-100 score in the terminal, making AI code review easier to turn into a repeatable gate.
Source: news.hada.io/topic?id=29920Read original →