React Component Reviewer
What this skill does
This skill directs the agent to review a specific React component or file against modern React best practices. It specifically checks for:
- Unnecessary re-renders (missing
useMemo/useCallback) - Accessibility violations (missing ARIA attributes, improper semantics)
- Stale closures in
useEffector event handlers - Prop drilling that could be solved with Context or component composition
- Proper TypeScript typing
How to use
Clau
[Description truncada. Veja o README completo no GitHub.]