validation-policy

Community

Unify input validation and error handling.

Authorshiroinock
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a unified policy for numeric input validation across the project, guiding tests, implementations, and reviews.

Core Features & Use Cases

  • Validation order: finite value check, integer check, range check, domain-specific check.
  • Error messaging: consistent, localized messages.
  • Use Case: Implement function arguments validation with consistent errors.

Quick Start

When validating a numeric input, apply the policy: perform finite check, then integer check, then range, then domain, and throw errors with standardized messages.

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: validation-policy
Download link: https://github.com/shiroinock/Darts-Score-Trainer/archive/main.zip#validation-policy

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