react-nextjs-quality-security
Installation
SKILL.md
React Next.js Quality Security
Assess or implement React 19 and Next.js quality, security, performance, accessibility, tests, CI, runtime config, and production-readiness concerns.
Process
- Inspect changed routes/components, security boundaries, auth/session model, env strategy, dependencies, tests, CI, and deployment target.
- Use
itsol-current-tech-contextfor version-sensitive Next.js, React Compiler, Tailwind, testing, security header, or package behavior. - Treat frontend code as public and all browser/API/form/storage/query-param data as untrusted.
- Verify server-side authorization, CSP/header strategy, safe env separation, cache cleanup, UI states, keyboard behavior, bundle impact, and production build behavior where relevant.
- For large PRs, split review with
security-frontend-browser-review,ui-code-review,ui-performance-stability, andui-frontend-testing-qasubagents.
Coordination
Use with react-nextjs-review, react-nextjs-debugging, ui-code-review, security-frontend-browser-review, security-auth-session-review, security-authz-tenant-review, security-supply-chain-review, and infra-production-readiness-review.