turbo-lifecycle

List, delete, and clean up Goldsky Turbo pipelines via CLI commands.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/herd-labs/subgraph-to-goldsky --skill turbo-lifecycle-herd-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: turbo-lifecycle
Source: https://github.com/herd-labs/subgraph-to-goldsky/tree/main/.claude/skills/turbo-lifecycle
Command: npx skills add https://github.com/herd-labs/subgraph-to-goldsky --skill turbo-lifecycle-herd-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps DevOps and software engineers manage Turbo pipelines by listing, deleting, and cleaning up pipelines to keep projects organized and running smoothly.

Core Features & Use Cases

  • List all pipelines in the current Goldsky project.
  • Delete a single pipeline with safety confirmation, or remove multiple pipelines in a batch.
  • Verify pipeline status and clean up obsolete work to maintain project hygiene.
  • Interactive prompts guide users through authentication checks and action selection.

Quick Start

Use the turbo-lifecycle skill to list pipelines with: goldsky turbo list Delete a pipeline with: goldsky turbo delete <pipeline-name> Clean up multiple pipelines with: goldsky turbo delete <name1> <name2> ...

Frequently Asked Questions about turbo-lifecycle

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

FAQPage Schema
How do I list all active Turbo pipelines in a Goldsky project?

Deleting a Turbo pipeline uses the `goldsky turbo delete <pipeline-name>` command. The process includes interactive prompts for authentication checks and safety confirmations to ensure the correct pipeline is removed.

Can I delete multiple Goldsky pipelines in a batch?

You can batch delete multiple Goldsky pipelines by passing several names to the delete command: `goldsky turbo delete <name1> <name2> ...`. This cleans up obsolete work efficiently without executing individual commands for each pipeline.

What is the best way to clean up obsolete Turbo pipelines?

Turbo pipeline management requires the Goldsky CLI to execute lifecycle commands. Interactive prompts guide you through authentication checks, ensuring you have the correct project access before listing or deleting any pipelines.

Does deleting a Turbo pipeline require safety confirmation?

Yes, deleting a Turbo pipeline includes an interactive safety confirmation check. This mechanism prevents accidental removal of active pipelines unless you explicitly verify the action during the CLI execution process.