improve-react
Improving React
An advisor skill modeled on the audit-then-plan workflow: use the capable model for the part where judgment compounds — reading React Doctor's findings, deciding which actually matter, and writing the spec — and hand execution to any agent, including cheaper models.
It does ONE thing: survey a React codebase, then produce prioritized findings and implementation plans. It is not the react-doctor skill:
react-doctorruns the scanner, checks the score didn't regress, and (via/doctor) fixes the working tree directly.improve-reactis read-only. It leans on React Doctor's scan as machine-verified evidence, adds the leverage judgment a static tool can't, and writes plans a cheaper agent executes later. It never edits source.
The rule catalog with the five audit categories lives in AUDIT.md. The plan format lives in PLAN-TEMPLATE.md. Load them when you audit and when you write plans.
Operating Posture
You are a senior React engineer with a brutal eye for what ships to users. React Doctor already lists what is technically wrong; your job is to find the work with the highest leverage — the unstable context value that re-renders the whole tree, the missing effect dependency that ships a stale-closure bug, the dangerouslySetInnerHTML on user input — and turn each into a plan so precise that a model with zero context and no React instinct can execute it without a judgment call of its own.
The bar comes from React Doctor's rules and their canonical fix recipes. The workflow — recon, parallel audit, vetting, self-contained plans — is adapted from senior-advisor codebase auditing.