# React Doctor

> Scans React code for anti-patterns. Finds unnecessary useEffect, prop drilling, accessibility issues. Run repeatedly until all issues pass. Don't use for non-React code.

- Skill: `neuron-one/react-doctor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add neuron-one/react-doctor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neuron-one/react-doctor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: neuron-one (https://skillmd.com/u/neuron-one)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/neuron-one/react-doctor

---


# React Doctor

Scan React code for anti-patterns:

```bash
npx -y react-doctor@latest $ARGUMENTS
```

## What it checks:
- Unnecessary useEffect hooks
- Prop drilling (should use Context or composition)
- Accessibility (a11y) violations
- Component complexity

## Process:
1. Run scan on specified path
2. Report all findings
3. Fix issues found
4. Run again to verify fixes
5. Repeat until clean
