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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "global validation" with this command: npx skills add coreyja/coreyja.com/coreyja-coreyja-com-global-validation

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 handling user input from forms, API endpoints, or external data sources

  • When implementing form validation with field-specific error messages

  • When validating data types, formats (email, phone, URL), ranges, and required fields

  • When sanitizing user input to prevent injection attacks (SQL, XSS, command injection)

  • When implementing client-side validation for immediate user feedback

  • When implementing mandatory server-side validation for security and data integrity

  • When validating business rules (sufficient balance, valid date ranges, stock availability)

  • When using allowlists to define what input is acceptable rather than blocklists

  • When applying validation consistently across all entry points (web, API, background jobs)

  • When failing early by rejecting invalid data before processing

Instructions

For details, refer to the information provided in this file: global validation

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

frontend css

No summary provided by upstream source.

Repository SourceNeeds Review
General

global conventions

No summary provided by upstream source.

Repository SourceNeeds Review
General

global commenting

No summary provided by upstream source.

Repository SourceNeeds Review