react-doctor
Scan and fix React codebases for bugs, performance, and security
All Skills in This Repository (16)
Pure Emerald Level Indicatorsrde-eval
Run targeted local evaluation loops for React Doctor rule development.
rule-research
Standardize technical specifications for React Doctor linting rules.
rule-validate
Validate React Doctor rule implementations with regression and parity tests.
find-similar-functions
Search JavaScript and TypeScript symbols with truffler to prevent code duplication.
react-doctor
Scan React and TypeScript codebases for security, performance, and architectural issues.
run-parity
Compare React Doctor NDJSON diagnostic reports between pull request heads and base branches.
writing-guidelines
Audit documentation and prose files against remote markdown style guides.
rule-writing
Implement custom linting rules for React Doctor with diagnostic contracts and adversarial tests.
benchmark-fp-fn-audit
Audit React Doctor diagnostic accuracy against benchmark corpora for false positives and negatives.
fuzz
Fuzz React diagnostic rules to detect crashes, regressions, and false positives.
ship
Coordinates review, refactoring, version control, and PR creation for branches.
product-thinking
Validate proposed changes to CLI commands, configuration schemas, and API contracts.
Frequently Asked Questions
FAQPage SchemaHow to install react-doctor?โผ
Run `npx skills add millionco/react-doctor --all -g -y` in your terminal to install all skills in this suite globally.
What does React Doctor check?โผ
It scans React code for bugs, performance problems, accessibility gaps, security risks, and architecture issues, then returns a 0-100 health score with file and line references.
Does React Doctor work with Claude Code and Cursor?โผ
Yes. The skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, OpenCode, and other compatible agents.
Can React Doctor run in CI on pull requests?โผ
Yes. It reviews every pull request and reports only the issues your change introduced, with a one-command GitHub Actions setup.
Can I use React Doctor without deep React expertise?โผ
Yes. Your AI agent runs the scans, explains each rule in plain language, and applies reviewer-tested fixes for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core