Back to Agent Skills
Development & Testing
React Doctor
by Julien Thibeaut (ui-skills.com) 3.7k GitHub stars
Scan, triage, and clean up React diagnostics — lint, accessibility, bundle size, and architecture — before committing.
#react#lint#diagnostics#quality
Claude Code Codex
Overview
React Doctor runs a full local triage on React code, covering lint, accessibility, bundle size, and architecture, plus a regression check. It's meant to run when finishing a feature or before committing to catch issues early.
What it is good for
- Pre-commit React health check
- Triaging lint and a11y diagnostics
- Catching architecture smells
- Regression-checking a feature
Install
Install in Claude Code
# Add the marketplace, then install the skill in Claude Code:
/plugin marketplace add ibelick/ui-skills
/plugin install react-doctor
# Or install manually into ~/.claude/skills:
git clone https://github.com/ibelick/ui-skills.git
cp -r ui-skills/react-doctor ~/.claude/skills/react-doctor Explore AI Tools
Discover the best AI tools that complement your skills
Read AI & Design Articles
Tips and trends in the world of design and AI
Related Skills
Development & Testing
MCP Builder
Guide the creation of Model Context Protocol servers to connect APIs and tools to AI agents.
Claude Code Codex
Development & Testing Superpowers
A core skills library of 20+ battle-tested, composable tools and workflows for everyday agent development tasks.
Claude Code Codex
Development & Testing Vercel React Best Practices
React and Next.js performance guidelines from Vercel Engineering — data fetching, bundle optimization, and rendering patterns.
Claude Code Codex