verify-zod

Community

Ensures Zod validation is consistently applied.

Authorjunnv93
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Verifies that Zod-based validation patterns are consistently implemented across backend DTOs and controllers. It enforces the use of ZodValidationPipe, bans class-validator usage, ensures query DTO targets, and confirms that Pipe wiring is applied in controllers to prevent unvalidated requests.

Core Features & Use Cases

  • Enforces the ZodValidationPipe export and usage in all DTOs; prohibits class-validator decorators.
  • Ensures query DTOs declare targets: ['query'] and follow the standard Zod schema → inference → Pipe pipeline.
  • Validates controller wiring to ensure defined pipes are actually applied, preventing validation bypass.
  • Guides when to run: after adding/modifying DTOs or endpoints to maintain consistency.

Quick Start

Run this skill after adding or modifying DTOs or controller endpoints to verify Zod-based validation usage across your backend.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: verify-zod
Download link: https://github.com/junnv93/equipment_management_system/archive/main.zip#verify-zod

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.