rt-personalization-validation
Installation
SKILL.md
RT Personalization Entity Validation
Validates personalization entity payloads and provides error-free templates.
When to Use This Skill
Proactive Validation (REQUIRED)
During rt-setup-personalization workflow at Step 9c:
- MUST be invoked BEFORE making the personalization entity creation API call
- Validates the complete payload JSON with actual values (not placeholders)
- Prevents common API errors by catching issues before submission
- This is a mandatory workflow step, not optional
Reactive Validation (Debugging)
After encountering API errors:
- When seeing "Attribute payload can't be blank" errors
- When personalization creation fails with validation errors
- When reviewing existing personalization configurations
- When troubleshooting payload structure issues