review-react
Installation
SKILL.md
React Code Review Guidelines
Performance optimization and correctness guide for React applications. Contains 23 rules across 4 categories, prioritized by impact.
When to Apply
Reference these guidelines when:
- Writing or reviewing React components and hooks
- Optimizing re-render performance
- Refactoring state management or effect logic
- Reviewing pull requests that touch React code