What problem does it solve? Investigating a bug report from scratch burns time and context: an agent must re-read the issue, hunt through the codebase, and guess at the fix scope. This Skill performs read-only root-cause analysis on a confirmed tracker issue and hands the next agent a precise, implementation-ready brief. ## Core Features & Use Cases - Root-Cause Tracing: Pulls the issue from the tracker, reads just enough project context, and traces the failing code path down to file and line evidence. - Minimal Change Definition: Identifies the smallest module or function that owns the bug, lists exact files to change, and proposes a regression test — no scope creep or drive-by refactors. - Structured Handoff Report: Outputs a fixed-format plain-text brief (Summary, Root cause, Files to change, Approach, Risks) that the downstream ot-fix skill consumes verbatim, with a LOW_CONFIDENCE token when the cause is inferred. - Use Case: In an automated issue-to-PR pipeline, after a defect is verified in the repo, run this Skill to produce the diagnosis brief so the fix agent can implement directly without re-exploring the codebase. ## Quick Start Run the ot-root-cause skill on issue 142 to analyze the bug and produce a minimal-change brief for the fix step.