react-doctor

GitHub 作者 LeoYeAI/openclaw-master-skills v1.0.0

Run after making React changes to catch issues early. Use when reviewing code, finishing a feature, or fixing bugs in a React project.

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install github:LeoYeAI~openclaw-master-skills~react-doctor
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/github%3ALeoYeAI~openclaw-master-skills~react-doctor/file -o react-doctor.md
# React Doctor

Scans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics.

## Usage

```bash
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.