Review Server Actions for security, validation, and best practices in React 19. Use when reviewing forms, mutations, or server-side logic.
Reviews React 19 Server Actions for security vulnerabilities, validation gaps, and best practice violations. Triggers when reviewing forms, mutations, or server-side logic in React apps.
/plugin marketplace add djankies/claude-configs/plugin install react-19@claude-configsThis skill is limited to using the following tools:
For runtime validation patterns and type safety, use the using-runtime-checks skill from the typescript plugin.
If reviewing Zod schema validation patterns, use the validating-schema-basics skill for type-safe Zod v4 schema patterns.
For secure credential handling, use the SECURITY-credentials skill from the typescript plugin.
For comprehensive Server Actions security, see: research/react-19-comprehensive.md lines 723-729, 1808-1942.