data-validation-schema-patterns

Installation
SKILL.md

Data Validation and Schema Patterns for Code Review

Overview

Unvalidated input is the root cause of injection attacks, data corruption, and unexpected crashes. Validation is not a one-time gate at the UI layer — every system boundary must enforce its own schema contract. Use this guide during code review to catch validation hazards before they ship.

When to use: Reviewing code that accepts external data (HTTP requests, queue messages, file uploads, CLI args, environment variables); designing API contracts; evaluating schema evolution for backward compatibility; auditing trust boundaries in internal services.

Quick Reference

Installs
7
GitHub Stars
4
First Seen
Apr 8, 2026
data-validation-schema-patterns — mickeyyaya/refactoring-skills