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.From its SKILL.md
npx -y skills add yunusemrgrl/claudedash --skill react-doctorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `npx -y react-doctor@latest . --verbose --diff`.
SKILL.md
0.5 KB, 81 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it: 1 file
485 B alongside SKILL.md
- AGENTS.md485 B