react-doctor

Installation
SKILL.md

React Doctor

Use React Doctor to scan a React codebase for security, performance, correctness, and architecture issues. Use the diagnostics to prioritize fixes and improve overall code health.

Usage

npx -y react-doctor@latest . --verbose

Use @latest intentionally to run the newest rule set.

Workflow

  1. Run the command at the project root and capture the full output.
  2. Verify diagnostics before patching: confirm each reported issue against actual runtime behavior, project conventions, and framework constraints.
  3. Fix validated issues, starting with highest severity diagnostics.
  4. Re-run React Doctor and confirm the diagnostics list is reduced.
  5. Re-run project checks (lint, tests, typecheck/build as applicable) to ensure no regressions.
Related skills

More from blogic-cz/blogic-marketplace

Installs
63
GitHub Stars
3
First Seen
Feb 28, 2026