react-doctor

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

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/CertChain-IUH/IGC-Frontend --skill react-doctor-certchain-iuh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-doctor
Source: https://github.com/CertChain-IUH/IGC-Frontend/tree/main/.agents/skills/react-doctor
Command: npx skills add https://github.com/CertChain-IUH/IGC-Frontend --skill react-doctor-certchain-iuh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

React Doctor helps teams identify security, performance, correctness, and architectural issues in a React codebase, and it outputs a 0-100 score with actionable diagnostics to guide fixes.

Core Features & Use Cases

  • Code quality scoring: Analyzes changes to the codebase and provides a diagnostic score along with recommended improvements.
  • Issue detection: Reports security, performance, and architectural concerns with actionable guidance for remediation.
  • Use Case: After completing a React feature, run React Doctor to verify changes and catch regressions before merge.

Quick Start

Run the CLI to scan your React project with verbose diagnostics and review the resulting score.

Frequently Asked Questions about react-doctor

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

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

To check your React codebase for security and performance issues, run a static analysis CLI tool that scans your project changes and outputs a 0-100 diagnostic score with actionable remediation guidance.

What's the best way to validate React code quality before merging a feature?

The best way to validate React code quality before merging is to run a diagnostic scan after completing a feature, which detects correctness and architectural regressions and provides a quality score to guide fixes.

Can I run React static analysis during a code review to catch architectural issues?

Yes, you can run React static analysis during code reviews to catch architectural issues, applying the diagnostic tool to changed files to evaluate security, performance, and correctness concerns with actionable feedback.

Does React diagnostics work on existing projects without extra dependencies?

React diagnostics runs directly via npx without extra dependencies, scanning your existing project directory to produce a verbose diagnostic report and a 0-100 quality score.

What does a React code quality score actually measure?

A React code quality score measures security vulnerabilities, performance bottlenecks, correctness flaws, and architectural problems detected through static analysis, producing a 0-100 rating with specific diagnostics to guide remediation.

When should I not use automated React code review tools?

You should not rely on automated React code review tools as a sole gatekeeper, as they provide diagnostic scores and issue detection to guide fixes but do not replace manual logic verification or runtime testing.