turbo-lifecycle

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams manage Turbo pipelines by providing a unified interface for listing, deleting, and cleaning up pipelines. It targets lifecycle tasks such as identifying active pipelines, removing obsolete ones, and validating deletions within the current project. It relies on the Goldsky CLI (turbo) and standard command execution to perform actions and verify outcomes, with an authentication check that may trigger the goldsky-auth-setup skill if needed.

Core Features & Use Cases

  • List all pipelines in the current project
  • Delete a selected pipeline and verify its removal
  • Clean up multiple pipelines in batch to maintain a tidy project state

Quick Start

Use the turbo-lifecycle skill to list pipelines with goldsky turbo list. To delete a pipeline, run goldsky turbo delete <pipeline-name>. To clean up multiple pipelines, identify targets from the list and delete them individually or in sequence using goldsky turbo delete <pipeline-name> for each.

Frequently Asked Questions about turbo-lifecycle

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

FAQPage Schema
How do I list and manage Turbo pipelines in my current project?

To manage Turbo pipelines, use the Goldsky CLI to execute standard commands like goldsky turbo list to identify active pipelines within your current project.

What is the best way to delete obsolete Turbo pipelines?

The best way to delete obsolete Turbo pipelines is by running goldsky turbo delete <pipeline-name>, which removes the selected pipeline and validates its deletion.

Can I clean up multiple Goldsky pipelines in batch?

Yes, you can clean up multiple pipelines in batch by identifying target pipelines from the list and executing goldsky turbo delete <pipeline-name> for each pipeline individually or in sequence.

Do I need authentication to run lifecycle commands on Turbo pipelines?

Yes, authentication is required to run lifecycle commands, and the system will trigger the goldsky-auth-setup skill to verify your credentials if needed.

Why does my Turbo pipeline deletion fail or not verify correctly?

Turbo pipeline deletion validation relies on standard command execution through the Goldsky CLI, ensuring the target pipeline name is correctly identified and successfully removed from the current project.