react-nextjs-review
Installation
SKILL.md
React Next.js Review
Review React 19 and Next.js changes for behavior, rendering boundaries, API/cache correctness, browser security, accessibility, performance, test evidence, and deployment risk.
Process
- Inspect the diff, package versions, route structure, generated code, configs, tests, and surrounding conventions before applying checklist items.
- Use
itsol-current-tech-contextfor findings that depend on React, Next.js, TanStack Query, Hey API, Tailwind, testing tools, or runtime versions. - Build a coverage map: architecture, Server/Client Component boundary, data fetching, cache, API contract, forms, auth/permissions, security, UI states, accessibility, performance, tests, CI, and deployment.
- Lead with concrete findings by severity, file reference, affected behavior, and required fix or verification.
- Separate confirmed defects from risks, questions, and non-blocking improvements.
Large PR Subagent Review
For large or multi-area React/Next pull requests, subagent review is mandatory before the final verdict. Split by pragmatic risk area such as App Router/rendering, API/cache/forms, UI/UX, browser security, performance/bundle, generated OpenAPI client, tests/QA, or deployment/runtime config.
The main agent consolidates subagent findings, removes duplicates, resolves conflicts, decides final severity, and reports remaining coverage gaps.