Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计提醒

turbosnap-debug涡轮捕捉调试

Agent Skill

turbosnap-debug 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

630

周安装

8

GitHub Stars

公开资料未说明

下载量

65
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/chromaui/chromatic-skills --skill turbosnap-debug

简介

turbosnap-debug 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 它能自动提取 GitHub 仓库的 Issue、PR 及协作动态,辅助代码审查与项目进度跟踪。
  • 安装命令:npx skills add https://github.com/chromaui/chromatic-skills --skill turbosnap-debug。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

TurboSnap Debug

Public TurboSnap diagnostic contract for customers, support, and engineers.

This package is the single source of truth for:

  • normalized diagnosis codes
  • the evidence ladder
  • the command catalog
  • the diagnosis card output contract
  • the local documentation guidance
  • the support workflow across low-evidence and stats-rich cases
  • reusable intake templates and prompt snippets
  • preview-bail trace minimization guidance

Quick start

  1. Read reference/workflow-playbook.md and identify which workflow phase you are in.
  2. Read reference/diagnosis-taxonomy.md and identify the most likely diagnosis code from the evidence already provided.
  3. Read reference/evidence-ladder.md and decide whether you can diagnose immediately or need one more targeted artifact.
  4. Use reference/command-catalog.md only when evidence is incomplete or the repo is available and targeted proof is needed.
  5. If the issue is a preview/config bail and the task is to restore TurboSnap, read reference/trace-minimization.md.
  6. Render the result using reference/output-contract.md.
  7. If a human user needs follow-up reading, use the local guidance in reference/docs-map.md.

Workflow phases

Use one adaptive workflow:

  • triage: classify the current TurboSnap state from logs, config, and symptoms
  • artifact-request: ask for the smallest next artifact when evidence is incomplete
  • trace-validation: use changed files, a stats artifact, or trace output to validate the bail or minimize the fix path
  • recommendation: return the smallest valid fix, a safer alternative if needed, and the exact next step

Infer the current phase from the evidence:

  • build URL, logs, and no stats file or trace output usually means triage
  • a likely diagnosis but one missing proof artifact usually means artifact-request
  • changed files plus stats file, pasted contents, or trace output usually means trace-validation
  • enough evidence to act and explain usually means recommendation

Required workflow

1) Start with current evidence

Prefer evidence already in the conversation:

  • CLI output
  • chromatic.config.json, package.json scripts, or CI snippets
  • Storybook build details
  • hosted metadata URLs under .chromatic/ as human-shareable references
  • changed file lists
  • prior chromatic or chromatic trace command output
  • screenshots or customer summaries

Do not jump to speculative fixes if the current evidence already maps cleanly to a diagnosis code.

2) Classify before probing

Map the issue to one normalized diagnosis code from reference/diagnosis-taxonomy.md.

If the case includes multiple signals, choose:

  • the strongest hard-bail or availability state first
  • otherwise the highest-confidence active-tracing diagnosis
  • otherwise TS_NEEDS_MORE_EVIDENCE

3) Follow the workflow phases

Use the workflow in reference/workflow-playbook.md.

The default path is:

  • Triage: classify the build state and name the bail or active-tracing diagnosis
  • Artifact request: ask for the smallest next artifact
  • Trace validation: if stats, changed files, or trace output are available, validate and minimize only when needed
  • Recommendation: return the diagnosis card, the likely fix path, and the exact next step

Do not skip directly to --untraced or repo surgery when the current phase is still classification.

4) Preserve TurboSnap, but stay truthful

The remediation posture is to restore or preserve TurboSnap where possible.

That does not permit hiding reality:

  • if TurboSnap is unavailable, say so
  • if TurboSnap is disabled for the current build, say so
  • if a full rebuild is happening now, say so

Then pivot to the exact fix path that restores TurboSnap on the next run.

5) Output a diagnosis card every time

Always return the diagnosis card from reference/output-contract.md.

Default tone:

  • customer-safe, but technically honest
  • use terms like bail reason, trace, and untraced when they improve precision
  • define those terms plainly when the user is unlikely to know them
  • ask for one artifact at a time when evidence is incomplete
  • include a deeper technical note only when it changes the recommendation or materially helps a support handoff

If you cannot reach a confident fix:

  • name the most likely diagnosis
  • state confidence honestly
  • ask for the next artifact
  • or append the support-ready summary format

Prompting and intake

Use reference/intake-templates.md when:

  • an internal user wants a prompt to hand to the skill
  • a customer needs a copy-paste request for the next artifact
  • the team wants a standard intake form for SE handoff

The canonical prompt templates should live in this skill so they stay versioned with the workflow.

Customer-facing snippets should still be shared as needed:

  • keep them short
  • request one artifact at a time
  • avoid internal field names unless the user already used them
  • prefer a single exact command over a list of options
  • do not fetch hosted metadata inside the installed skill; ask the user to provide a local file path or pasted contents instead

Boundaries

  • Do not recommend “just leave TurboSnap off” as the intended end state in v1.
  • Do not suggest --externals, --untraced, --storybook-base-dir, or --storybook-config-dir unless the evidence points there.
  • When suggesting --untraced, keep the minimal technical set explicit and compress the safer recommendation into one monorepo-safe picomatch glob when possible.
  • Do not ask for large evidence bundles when one smaller artifact would settle the branch.

References and examples

  • reference/workflow-playbook.md
  • reference/diagnosis-taxonomy.md
  • reference/evidence-ladder.md
  • reference/command-catalog.md
  • reference/intake-templates.md
  • reference/trace-minimization.md
  • reference/output-contract.md
  • reference/docs-map.md
  • examples/internal-investigation.md
  • examples/customer-guided-debug.md
  • evaluations/README.md

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.38%
按下载量换算23

Claude

30.83%
按下载量换算20

Cursor

21.77%
按下载量换算14

Gemini CLI

9.29%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills