← スキル一覧に戻る

global-validation
by FlorianRiquelme
⭐ 0🍴 0📅 2025年10月31日
SKILL.md
name: Global Validation description: Implement comprehensive validation with server-side validation for security, client-side validation for user experience, early validation to fail fast, specific field-level error messages, allowlists over blocklists, type and format validation, input sanitization to prevent injection attacks, business rule validation, and consistent validation across all entry points. Use this skill when implementing form validation, API request validation, input sanitization, validation rules in Laravel, validation error messages, type checking, or security-related input validation. This skill applies when working on any code that accepts user input including forms, API endpoints, command-line interfaces, or background jobs.
Global Validation
When to use this skill
- When implementing form validation for user input
- When creating API request validation rules
- When sanitizing input to prevent SQL injection, XSS, or command injection
- When writing Laravel validation rules in form requests
- When creating validation error messages for users
- When implementing type checking and format validation
- When validating business rules (e.g., sufficient balance, valid dates)
- When ensuring consistent validation across web forms, API endpoints, and background jobs
- When choosing between client-side and server-side validation
- When working on any code that accepts user input
- When using allowlists to define what is allowed instead of blocklists
- When implementing security-related input 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.
Instructions
For details, refer to the information provided in this file: global validation
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です