| name | review-function |
| description | Apply React/TypeScript best practices checklist to evaluate component and function quality. Use when user asks to review/validate functions OR when analyzing code quality for readability, typing, hooks, and naming conventions. |
| allowed-tools | Read, Grep, Glob |
Review Function - React/TypeScript Quality Checklist
Purpose
Evaluate the quality of React components, hooks, and utility functions against best practices.
Checklist
Naming & Readability
Component Structure
TypeScript Quality
Hooks Usage
Error Handling
Performance
Output Format
## Function Review: [name]
### Score: X/10
### Issues: [count]
[Detailed findings with line references and fix suggestions]