review-server-actions

Review Server Actions for security vulnerabilities and React 19 best practices.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/djankies/claude-configs --skill review-server-actions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-server-actions
Source: https://github.com/djankies/claude-configs/tree/main/react-19/concerns/forms/skills/review-server-actions
Command: npx skills add https://github.com/djankies/claude-configs --skill review-server-actions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually reviewing Server Actions for security vulnerabilities, proper validation, and adherence to best practices is a complex and error-prone task. This Skill automates the review process, ensuring your server-side logic is robust and secure.

Core Features & Use Cases

  • Automated Security Checklist: Systematically checks for input validation, authentication, authorization, and data sanitization issues.
  • Best Practices Enforcement: Verifies correct error handling, serializable return values, and performance considerations.
  • Anti-Pattern Flagging: Identifies common security and performance anti-patterns (e.g., no validation, no auth checks, exposing sensitive data).
  • Use Case: Review the submitOrder Server Action in your e-commerce application to ensure it's free from common security vulnerabilities and follows React 19 best practices.

Quick Start

Review the Server Actions in the src/actions.js file for security and best practices.