turbo-monitor-debug

Monitor Turbo pipeline health, logs, and data flow via Goldsky CLI commands.

1|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/goldsky-io/agent-skills --skill turbo-monitor-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: turbo-monitor-debug
Source: https://github.com/goldsky-io/agent-skills/tree/main/skills/turbo-monitor-debug
Command: npx skills add https://github.com/goldsky-io/agent-skills --skill turbo-monitor-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps operators monitor the health of Turbo pipelines, quickly identify issues, and troubleshoot problems to keep deployments healthy.

Core Features & Use Cases

  • Live health monitoring: View real-time pipeline status, health indicators, and running state.
  • Log access & triage: Retrieve recent logs and interpret errors to diagnose failures.
  • Live data inspection: Inspect data flowing through sources and transforms to verify correctness.
  • Use Case: When a pipeline stalls or produces unexpected results, the skill guides you through listing pipelines, selecting one to monitor, and reviewing live data and logs to determine the cause.

Quick Start

Use this skill to monitor a pipeline end-to-end:

  • List pipelines: goldsky turbo list
  • Inspect a pipeline: goldsky turbo inspect <pipeline-name>
  • View logs: goldsky turbo logs <pipeline-name> --tail 50

Frequently Asked Questions about turbo-monitor-debug

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor Turbo pipelines in real time?

To monitor Turbo pipelines in real time, use Goldsky CLI commands like `goldsky turbo list` to view running states and `goldsky turbo inspect <pipeline-name>` to check live health indicators.

How do I access logs to debug a stalled Turbo pipeline?

Retrieve logs to debug a stalled Turbo pipeline by running `goldsky turbo logs <pipeline-name> --tail 50` to access recent output, review errors, and triage the root cause of the failure.

Can I inspect live data flowing through Goldsky Turbo transforms?

Yes, you can inspect live data flowing through Goldsky Turbo transforms by selecting a specific pipeline to monitor, which allows you to verify data correctness at both sources and transformation stages.

What is the best way to troubleshoot unexpected results in a Turbo pipeline?

The best way to troubleshoot unexpected Turbo pipeline results is to follow the interactive workflow: list active pipelines, select the affected deployment, and review live data flow alongside recent logs.

Do I need authentication to view Turbo pipeline health and logs?

Yes, authentication is required. The monitoring process enforces authentication checks before allowing you to select pipelines and access real-time health metrics, data flow, and logs.

Why does my Turbo pipeline monitoring workflow require interactive prompts?

Interactive prompts are required to select the correct pipeline from your available deployments, ensuring the subsequent health checks, log retrieval, and data inspection target the right project.