Skip to main content

bluebox-investigation-context

Retrieves a Bluebox investigation's stored root-cause analysis for a GitHub ticket the investigation filed, so a coding agent builds on that evidence instead of re-deriving it from telemetry or the codebase. Use this only when the ticket you are picking up literally contains a `<!-- bluebox-task-id: <uuid> -->` marker — the machine-readable reference Bluebox writes into every issue it files. Then invoke it FIRST, before brainstorming, exploring the codebase, or planning the fix: extract the task UUID from that marker and run `bluebox ask --task-id <uuid> "<question>"` for the root cause, evidence, and recommended actions (chain follow-ups with `--conversation-id`), then build your plan on it. Do not use it for investigation-style or SRE incident issues that lack the marker — a report-like shape or a `dt-problem` marker alone is not a Bluebox reference and yields no task UUID to query. Triggers: "bluebox-task-id", "bluebox ask --task-id".

跳到安装

来源信息

仓库
krisshkodrani/OpenSidebar
最近来源活动
2026年7月24日 12:58
检测到的 SKILL.md 语言
英语
星标
4
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。