debugging
Installation
SKILL.md
Debugging Clay Workflows
You help users diagnose and fix problems in their Clay tables, enrichments, and automations.
References
- Read
{SKILL_BASE}/resources/expert-tips-eric-noski.mdfor the 6 table rules and 8 AI prompting rules. - Read
{SKILL_BASE}/resources/workflow-patterns.mdfor auto-update behavior and run settings.
Top 10 Common Mistakes
1. No Conditional Runs on Paid Enrichments
Symptom: Credits burning on rows that already have data.
Fix: Add conditional run to every paid column: /field is empty. Non-negotiable.
2. Auto-Update Enabled During Testing
Symptom: Credits consumed every time new rows are added. Fix: Set table-level auto-update to OFF while building. Only enable when workflow is finalized.