React Doctor
Dynamically generates accessible, compliant doctor appointment scheduling UI components based on data inputs from millionco's backend.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add react-doctor npx -- -y @trustedskills/react-doctor
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"react-doctor": {
"command": "npx",
"args": [
"-y",
"@trustedskills/react-doctor"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The react-doctor skill helps identify and fix issues in React applications, such as performance bottlenecks, incorrect state management, or rendering inefficiencies. It provides actionable insights to improve code quality and optimize application behavior.
When to use it
- When debugging slow or unresponsive React components
- When encountering unexpected re-renders or state updates
- When optimizing the performance of a large-scale React app
- When reviewing code for best practices and potential bugs
Key capabilities
- Detects unnecessary re-renders
- Identifies improper use of hooks like
useStateoruseEffect - Highlights memory leaks or inefficient component structures
- Provides suggestions for optimization and refactoring
Example prompts
- "Analyze this React component for performance issues"
- "Why is my app re-rendering too often?"
- "Check for best practices in this React codebase"
Tips & gotchas
- Ensure your React environment is up to date for accurate analysis.
- The tool may not detect all edge-case bugs, so manual review is still recommended.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.