Agent Skills: 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.

UncategorizedID: lightfastai/lightfast/react-doctor

Install this agent skill to your local

pnpm dlx add-skill https://github.com/lightfastai/lightfast/tree/HEAD/.agents/skills/react-doctor

Skill Files

Browse the full folder contents for react-doctor.

Download Skill

Loading file tree…

.agents/skills/react-doctor/SKILL.md

Skill Metadata

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.

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.