Loading...
Loading...
Diagnose and fix broken Goldsky Turbo pipelines interactively. Use whenever the user has a specific pipeline that is misbehaving — error state, stuck in 'starting', connection refused, slow backfill, not getting data in postgres/clickhouse, duplicate rows, missing fields, named pipeline failing ('my base-usdc-transfers keeps failing'), or any symptom where something is wrong with a deployed pipeline. Runs goldsky turbo logs and status commands, identifies root cause, and offers to run fixes. For looking up CLI syntax or error message definitions WITHOUT an active problem, use /turbo-monitor-debug instead.
npx skill4agent add goldsky-io/goldsky-agent turbo-doctor/turbo-builder/turbo-monitor-debug/turbo-lifecycleBashgoldsky project list 2>&1/auth-setupgoldsky turbo listgoldsky turbo logs <pipeline-name> --tail 100 2>&1/turbo-monitor-debuggoldsky secret list/secrets## Diagnosis
**Pipeline:** [name]
**Status:** [status]
**Issue:** [one-line summary]
**Root cause:**
[Detailed explanation of what's wrong]
**Evidence:**
- [Log line or observation 1]
- [Log line or observation 2]
**Recommended fix:**
1. [Step 1]
2. [Step 2]
**Prevention:**
[How to avoid this in the future]goldsky turbo restart <name>--clear-stategoldsky secret create <name> --value <new-value>goldsky turbo delete <name>goldsky turbo apply <file.yaml>goldsky turbo resume <name>/turbo-monitor-debug/turbo-lifecycle/turbo-builder/secrets