react-doctor

Scan React codebases for security, performance, correctness, and architectural issues.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/pratikpakhale/convex-next-starter --skill react-doctor-pratikpakhale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-doctor
Source: https://github.com/pratikpakhale/convex-next-starter/tree/main/.agent/skills/react-doctor
Command: npx skills add https://github.com/pratikpakhale/convex-next-starter --skill react-doctor-pratikpakhale

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies and reports on security, performance, correctness, and architectural issues within your React codebase, helping you maintain high code quality.

Core Features & Use Cases

  • Comprehensive Code Scanning: Analyzes React components for potential problems.
  • Actionable Diagnostics: Provides a clear score (0-100) and specific recommendations for improvement.
  • Use Case: After implementing a new feature or fixing a bug, run this Skill to ensure your changes haven't introduced new issues and to verify code quality.

Quick Start

Run the react-doctor skill to scan the current project directory.

Frequently Asked Questions about react-doctor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan my React codebase for performance and security issues?

To scan a React codebase for security, performance, and correctness issues, execute the tool via npx with specific command-line arguments for verbose output. It analyzes your components and generates a 0-100 code quality score with actionable diagnostics.

What is the best way to check React code quality after implementing a new feature?

Checking React code quality after a feature implementation involves running a diagnostic scan on your project directory. This identifies architectural problems and verifies that recent changes have not introduced new issues into your codebase.

Does React code scanning provide actionable recommendations for fixing architectural issues?

Yes, React code scanning provides actionable diagnostics by outputting a 0-100 score alongside specific recommendations. This helps pinpoint exact security, performance, correctness, and architectural issues within your components for immediate improvement.

Can I use command-line arguments to get verbose diagnostics for my React project?

You can get verbose diagnostics for your React project by running the scan via npx with specific command-line arguments. This execution method outputs detailed reports covering security, performance, and correctness problems.

When do I need to run a diagnostic scan on my React components?

You need to run a diagnostic scan during development workflows such as code review, feature completion, or bug fixing. Running it after these activities ensures your React codebase maintains high code quality and architectural correctness.