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".

Jump to install

Source facts

Repository
krisshkodrani/OpenSidebar
Last source activity
July 24, 2026 at 12:58
Detected SKILL.md language
English
Stars
4
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.