react-doctor

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

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/felipebrgs1/skills --skill react-doctor-felipebrgs1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-doctor
Source: https://github.com/felipebrgs1/skills/tree/main/web/react-doctor
Command: npx skills add https://github.com/felipebrgs1/skills --skill react-doctor-felipebrgs1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps catch issues in React code early by scanning for security, performance, correctness, and architecture problems.

Core Features & Use Cases

  • Code Scanning: Analyzes React codebases for common and complex issues.
  • Scoring: Provides a diagnostic score from 0-100.
  • Actionable Diagnostics: Offers clear steps to resolve identified problems.
  • Use Case: Integrate into your CI/CD pipeline to automatically flag potential bugs before they reach production.

Quick Start

Run react-doctor on the current directory with verbose output and diff enabled.

Frequently Asked Questions about react-doctor

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

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

To scan a React codebase for performance and security issues, provide your React project directory as input. The tool analyzes the code to identify flaws and provides a diagnostic score with actionable insights for resolving them.

Can I automate React code review to catch bugs before production?

Yes, you can automate React code review to catch bugs before production by integrating this scanner into your CI/CD pipeline. It flags potential security, performance, and architectural flaws early in the development workflow.

Does the React diagnostic score indicate code quality and correctness?

Yes, the React diagnostic score indicates code quality and correctness by evaluating your project from 0 to 100. It highlights architectural problems and provides clear steps to improve overall code health.

What types of React code flaws can be diagnosed during feature completion?

During feature completion, you can diagnose security vulnerabilities, performance bottlenecks, architectural flaws, and correctness issues. The diagnostic output offers clear steps to resolve these identified problems within your React project.