# React Doctor

> Detects regressions in security, performance, correctness, and architecture across React codebases using score-based quality checks. Surfaces issues with severity ratings and actionable remediation steps for each finding.

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

---


# react-doctor

> Catalogue stub — full skill: [millionco/react-doctor](https://github.com/millionco/react-doctor)

## Decision tree

Run this before any React code quality audit:

1. **Is the full skill already installed?**
   Check: `~/.design-agent-skills/skills/react-doctor/SKILL.md` exists AND does NOT contain a `das:` block.
   - Yes → invoke `react-doctor` and proceed
   - No → go to step 2

2. **Do you have shell access?**
   - Yes → run the install command below, then invoke the skill
   - No → show the install command; in Claude Code, send it as a chat message starting with `!` — add `-g` for global install or omit for project-only

## Install command

```bash
npx skills add millionco/react-doctor
```

Or per-agent:
- Claude Code: `claude skills add millionco/react-doctor`
- Cursor/OpenCode: `npx skills add millionco/react-doctor`

## Invoke after install

- Skill name: `react-doctor`
- Trigger phrases: "react doctor", "React audit", "React performance", "React security", "component quality"

## What it does

Runs score-based quality checks across a React codebase to detect regressions in security, rendering performance, correctness, and architectural soundness. Returns findings ranked by severity with specific component locations and actionable remediation guidance for each issue.

