#91 · Primary category: AI Coding Assistants
react-doctor
Your agent writes bad React. This catches it
Project last updated:08/29/26
GitHub Stars
14.7K
Forks
469
Contributors
17
License
Other
Why we included this project
The recurring problem with AI-generated React isn't that it fails outright; the code usually runs, but it quietly accumulates broken effects, needless re-renders, and accessibility gaps that the model keeps repeating. React Doctor scans a codebase deterministically and reports issues in state and effects, performance, architecture, security, and accessibility, giving you reproducible findings instead of a model's opinion. It runs across the usual React setups, including Next.js, Vite, and React Native. The agent handoff is the genuinely useful part: install it as a skill for Claude Code, Cursor, Codex, or OpenCode, and the CLI passes scan results to the agent's terminal so it can triage and fix them in a scan-filter-fix-validate loop. It also runs in CI, where it reviews pull requests and flags only the issues your change introduced, so you can gate merges on a clean diff rather than a growing backlog.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.