Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计异常

turbo-doctor涡轮医生

Agent Skill

turbo-doctor 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

742

周安装

30

GitHub Stars

公开资料未说明

下载量

233
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:turbo-doctor(涡轮医生)
来源仓库:https://github.com/goldsky-io/goldsky-agent
仓库路径:skills/turbo-doctor
安装命令:
npx skills add https://github.com/goldsky-io/goldsky-agent --skill turbo-doctor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/goldsky-io/goldsky-agent --skill turbo-doctor

简介

turbo-doctor 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它通过关键词、任务场景或来源线索进行信息检索与筛选,帮助 Agent 快速定位相关资源。
  • 安装命令:npx skills add https://github.com/goldsky-io/goldsky-agent --skill turbo-doctor。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Pipeline Doctor

Boundaries

  • Diagnose and fix EXISTING pipeline problems interactively.
  • Do not build new pipelines — that belongs to /turbo-builder.
  • Do not serve as a command reference. If the user only needs CLI syntax or error pattern lookup, use the /turbo-operations skill instead.

Systematically identify and resolve pipeline issues by following a structured diagnostic workflow.

Mode Detection

Before running any commands, check if you have the Bash tool available:

  • If Bash is available (CLI mode): Execute commands directly and parse output.
  • If Bash is NOT available (reference mode): Output commands for the user to run. Ask them to paste the output back so you can analyze it and provide recommendations.

Diagnostic Workflow

Follow these steps in order. Do not skip steps — each builds on the previous one.

Step 1: Verify Authentication

Run goldsky project list 2>&1 to check login status.

  • If logged in: Note the current project and continue.
  • If not logged in: Tell the user they need to authenticate. Use the /auth-setup skill for guidance. Do not proceed until auth is confirmed.

Step 2: Identify the Pipeline

Run goldsky turbo list to show all pipelines.

Ask the user which pipeline they want to diagnose. If they already named one, confirm it exists in the list.

Note the pipeline's current status (running, paused, error, completed, starting).

Step 3: Analyze Pipeline Status

Based on the status:

  • running — Pipeline is active. Check if the issue is data quality, latency, or unexpected behavior. Proceed to Step 4.
  • error — Pipeline has failed. This is the most common case. Proceed to Step 4 for log analysis.
  • paused — Pipeline was manually paused. Ask if they want to resume it.
  • starting — Pipeline is initializing. Ask how long it's been starting. If >10 minutes, check logs.
  • completed — Job-mode pipeline finished. Ask what the expected vs actual behavior was.

Step 4: Examine Logs

Run goldsky turbo logs <pipeline-name> --tail 100 2>&1 to get recent logs.

Analyze the output for known error patterns. Reference the error patterns in the /turbo-operations skill, including:

  • Connection errors — sink unreachable, auth failed, timeout
  • Schema errors — column mismatch, type mismatch, missing columns
  • Resource errors — OOM, disk full, rate limiting
  • Data errors — deserialization failures, invalid block ranges
  • Configuration errors — invalid YAML, unknown dataset, bad transform

Step 5: Check Secrets (if applicable)

If logs show connection or authentication errors:

Run goldsky secret list to verify all required secrets exist.

Cross-reference with the pipeline YAML if available. Use the /secrets skill for guidance on creating or updating secrets.

Step 6: Provide Diagnosis

Present your findings in this format:

## 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]

Step 7: Offer to Fix

If the fix involves CLI commands (restart, update secrets, redeploy), offer to execute them. Always confirm with the user before making changes.

Common fixes:

  • Restart: goldsky turbo restart <name> (or --clear-state for a fresh start)
  • Update secret: goldsky secret create <name> --value <new-value> (secrets are immutable — recreate to update)
  • Redeploy: goldsky turbo delete <name> then goldsky turbo apply <file.yaml>
  • Resume: goldsky turbo resume <name> (for paused pipelines)

Important Rules

  • Never guess at the problem. Always check logs and status first.
  • If you're unsure, say so and suggest what additional information would help.
  • For job-mode pipelines: remember they cannot be paused, resumed, or restarted — only deleted and redeployed.
  • Always ask before running destructive commands (delete, restart --clear-state).
  • If the issue is beyond what the CLI can diagnose, suggest contacting Goldsky support with the specific error messages.

Related

  • /turbo-operations — CLI commands, lifecycle operations, and error pattern reference
  • /turbo-builder — Build and deploy new pipelines
  • /turbo-pipelines — YAML configuration and architecture reference
  • /secrets — Manage sink credentials

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.63%
按下载量换算76

Claude

29.28%
按下载量换算68

Cursor

19.05%
按下载量换算44

Gemini CLI

9.6%
按下载量换算22

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

未通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills