GitHub 项目简介: Your agent writes bad React. This catches it
README: React Doctor deterministically scans your codebase and finds issues across state & effects, performance, architecture, security, and accessibility.
README: Once you have an audit, you can install the skill for your coding agent to learn from the issues and fix them in the future. ```bash npx react-doctor@latest install ``` Works with…
README: React Doctor reviews every pull request and reports only the issues your change introduced, not your existing backlog. Set it up with one command: ```bash npx react-doctor@latest…
README: You can configure which rules to run and how to run them in `doctor.config.ts`.