review_code
Analyzes React/TypeScript code with parallel AI agents to identify performance issues such as unnecessary re-renders, memoization errors, bundle size, and profiling patterns.
Instructions
Analyze a React/TypeScript code snippet for performance issues using parallel AI agents (re-renders, memoization, bundle size, profiling patterns)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The React component code to analyze | |
| filePath | No | Optional file path hint for context (used to locate .react-perf.json and package.json) |