mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-07-27 22:15:43 +00:00
540 B
540 B
name, description, version
| name | description | version |
|---|---|---|
| react-doctor | Run after making React changes to catch issues early. Use when reviewing code, finishing a feature, or fixing bugs in a React project. | 1.0.0 |
React Doctor
Scans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics.
Usage
npx -y react-doctor@latest . --verbose --diff
Workflow
Run after making changes to catch issues early. Fix errors first, then re-run to verify the score improved.