// Review Server Actions for security, validation, and best practices in React 19. Use when reviewing forms, mutations, or server-side logic.
| name | reviewing-server-actions |
| description | Review Server Actions for security, validation, and best practices in React 19. Use when reviewing forms, mutations, or server-side logic. |
| review | true |
| allowed-tools | Read, Grep, Glob |
| version | 1.0.0 |
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.