resonate-basic-debugging-typescript
Installation
SKILL.md
Resonate Debug and Troubleshoot
Overview
Use this skill to diagnose Resonate runtime issues in the TypeScript SDK or Resonate Server. Focus on reproducible symptoms, promise state, registration, determinism, and routing.
Triage Flow
- Classify the failure: build/type error, runtime SDK error, server error code, or workflow stuck/hanging.
- Confirm worker is running and connected to the correct server URL and group.
- Inspect the promise state and call graph for the execution ID.
- Validate registration names and serialization rules.
- Check determinism and
yield*usage inside durable functions.