Global Validation
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global validation.
When to use this skill
- When validating on the server side for security and data integrity
- When using client-side validation to provide immediate user feedback
- When validating input early and rejecting invalid data before processing
- When providing clear, field-specific error messages
- When implementing allowlist strategies instead of blocklists
- When checking data types, formats, ranges, and required fields
- When sanitizing user input to prevent injection attacks
- When validating business rules at the appropriate application layer
- When applying validation consistently across all entry points
Instructions
For details, refer to the information provided in this file: global validation
Converted and distributed by TomeVault — claim your Tome and manage your conversions.