← Back to list

global-validation
by dpietersz
n8n community node for Pleo expense management. Query expenses, check receipt status, and trigger workflows on export events. Integrates Pleo with 400+ apps via n8n automation. Open source, MIT licensed
⭐ 0🍴 0📅 Dec 13, 2025
SKILL.md
name: Global Validation description: Apply input validation best practices including server-side validation, early failure, specific error messages, and input sanitization. Use this skill when validating user input in n8n nodes, implementing parameter validation, checking data types and formats, sanitizing input to prevent injection attacks, or writing business rule validation. Apply when handling API endpoints, form inputs, or any data entry points in n8n node development.
When to use this skill:
- When validating node parameters in execute methods
- When checking required fields and data types
- When validating email, URL, or other format patterns
- When sanitizing user input to prevent injection attacks
- When implementing allowlists for valid input values
- When writing specific, field-level error messages
- When validating business rules (dates, ranges, balances)
- When ensuring consistent validation across multiple entry points
- When deciding where to place validation logic
- When balancing client-side UX with server-side security
- When failing early on invalid data before processing
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.
Instructions
For details, refer to the information provided in this file: global validation
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon