telexed ~ c / be8d77b0-305radar:80 · agent_toolLIVE
← back
NO.
#be8d77b0
Topic
AGENTS & TOOLS
Source
GitHub Trending Weekly
Published
2026-05-18 05:14:59
Importance
★ 8/10 — radar 80
`react-doctor` scores React code quality from the CLI
FIG-0081:1

`react-doctor` scores React code quality from the CLI

A single npx run returns a 0-100 score plus concrete diagnostics. Useful as a cheap CI guardrail for agent-written React.

[ KEY POINTS ]
  1. npx -y react-doctor@latest . scans Next.js, Vite, and React Native projects with framework-aware rules.
  2. Checks cover state/effects, performance, architecture, security, accessibility, and dead code. That maps well to common agent regressions.
  3. The included GitHub Action can comment on PRs and expose a score output. Set fail-on to block low-quality changes.
  4. react-doctor.config.json supports rule, file, and override ignores. Use narrow overrides to keep coverage intact.
  5. install writes React best-practice guidance into Claude Code, Cursor, Codex, OpenCode, and 50+ agents.
Originalgithub.com/millionco/react-doctorRead original →

// related