What problem does it solve? Validation errors in n8n workflows are common and often require 2-3 iterative fix cycles, leaving users confused about which errors block execution, which warnings are acceptable false positives, and which issues are auto-fixed by sanitization. ## Core Features & Use Cases - Error Interpretation: Explains the five main error types (missing_required, invalid_value, type_mismatch, invalid_expression, invalid_reference) with concrete broken/fixed configuration examples. - Validation Profiles: Guides selection between minimal, runtime, ai-friendly, and strict profiles depending on development stage and workflow criticality. - False Positive Handling: Provides a decision framework for when warnings like missing error handling, retry logic, or rate limiting are acceptable versus must-fix. - Use Case: When a Slack node configuration fails validation with a missing channel error, use this Skill to identify the required field via get_node, apply the fix, and re-validate until the configuration passes. ## Quick Start Ask the AI to interpret this n8n validation error and tell me exactly how to fix my node configuration.