rudder-profiles-debug
Installation
SKILL.md
RudderStack Profiles Debugging
Debug Profiles errors with a structured loop: classify, fix, validate, and stop before thrashing.
Workflow
- Classify the error — Match the error output against the classification table below.
- Apply the smallest plausible fix — One change, then re-validate.
- Re-run
pb compile(for compile errors) or the precise recovery command (for run failures). - Escalate progressively — If the first fix doesn't work:
- 2nd attempt: consult
search_profiles_docs()for relevant documentation. - 3rd attempt: read documentation examples and reference files.
- 4th attempt: STOP — present all findings to the user and ask for guidance.
- 2nd attempt: consult
- Never attempt more than 4 fix cycles without user input.