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.