react-doctor

Scan React codebases for security, performance, correctness, and architecture issues.

12|3|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/RodrigoTomeES/getmcp --skill react-doctor-rodrigotomees
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-doctor
Source: https://github.com/RodrigoTomeES/getmcp/tree/main/.agents/skills/react-doctor
Command: npx skills add https://github.com/RodrigoTomeES/getmcp --skill react-doctor-rodrigotomees

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

React projects can accumulate hidden bugs, performance regressions, security risks, and architecture drift after feature work or bug fixes. This Skill helps catch those issues early so changes are safer to ship.

Core Features & Use Cases

  • Code Health Review: Scans React code for correctness, performance, security, and architecture concerns.
  • Actionable Diagnostics: Returns a 0-100 score with clear guidance on what to fix first.
  • Use Case: After finishing a component refactor, run it to identify regressions, risky patterns, and opportunities to improve structure before merging.

Quick Start

Run the React Doctor skill on your current React codebase after making changes and review the highest-priority issues it reports.

Frequently Asked Questions about react-doctor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan a React codebase for security and performance issues after code changes?

To scan a React codebase for security and performance issues after code changes, run a full-project analysis that checks for correctness, risky patterns, and architecture drift to catch regressions early before merging.

What is the best way to find hidden React bugs before merging a feature?

The best way to find hidden React bugs before merging is running a code health review that scans your project for correctness, performance, security, and architecture concerns, returning a 0-100 score with actionable diagnostics.

Can I get a code review score for my React project to identify risky patterns?

Yes, you can get a code review score for your React project. A full-project analysis returns a 0-100 score that identifies risky patterns, architecture drift, and performance regressions with clear guidance on what to fix first.

Does React code review work for catching architecture drift and regressions during refactoring?

React code review works for catching architecture drift and regressions during refactoring. It scans for correctness, performance, and security concerns after component changes, providing verification guidance to ensure safer shipping.

When do I need to run a full-project analysis on my React application?

You need to run a full-project analysis on your React application after finishing feature development, component refactors, or bug fixes to identify hidden security risks, performance regressions, and architecture drift before shipping.