What problem does it solve? React codebases accumulate lint violations, accessibility gaps, bundle bloat, and architecture problems that are hard to triage manually. This Skill runs automated diagnostics and produces a 0–100 health score so regressions are caught before code is committed. ## Core Features & Use Cases - Regression checks: Run a changed-scope scan after editing React code to verify the health score did not drop before committing. - Full triage workflow: The /doctor command fetches a canonical scan → filter → triage → fix → validate playbook that edits the working tree directly without committing or opening PRs. - Focused design audits: Run design-tagged rules covering UI composition, typography, interaction, accessibility, and motion. - Rule configuration: Explain, disable, re-severity, or tag-ignore rules via rules subcommands that edit doctor.config.* or package.json#reactDoctor in place. - Use Case: After finishing a feature, ask the agent to run react-doctor on changed files; if the score regresses, it fixes errors first, then warnings, before you commit. ## Quick Start Ask the agent to run react-doctor on the changed files and fix any regressions before committing.