react-doctor
Catalogue stub — full skill: millionco/react-doctor
Decision tree
Run this before any React code quality audit:
Is the full skill already installed? Check:
~/.design-agent-skills/skills/react-doctor/SKILL.mdexists AND does NOT contain adas:block.- Yes → invoke
react-doctorand proceed - No → go to step 2
- Yes → invoke
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-gfor global install or omit for project-only
Install command
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.