react-doctor
Installation
SKILL.md
React Doctor
Scans React codebases for security, performance, correctness, accessibility, and architecture issues. Its diagnostics and 0–100 health score are signals to investigate, not proof that code is correct.
Choose the scan
Use the repository's installed version. Run a full scan when the user asks for general cleanup or a health assessment:
pnpm exec react-doctor . --verbose
Target an affected package or project when a repository contains multiple projects:
pnpm exec react-doctor packages/core --verbose
pnpm exec react-doctor packages/ui --verbose