5.7k

React Doctor analyzes React codebases to identify security, performance, correctness, and architecture issues. It provides a numeric score and actionable diagnostics to help developers catch problems early and improve their code quality. The tool is ideal for developers reviewing, finishing, or debugging React projects.

npx skills add https://github.com/millionco/react-doctor --skill react-doctor

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.

GitHub Owner

Owner: millionco

SKILL.md


name: react-doctor description: Run after making React changes to catch issues early. Use when reviewing code, finishing a feature, or fixing bugs in a React project. version: 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.

More skills