What problem does it solve? Answering ticket questions or debugging reported issues requires reading specs, tracing code, and querying databases before writing a response — a slow, error-prone manual process. This Skill automates that investigation and syncs structured findings back to the ticket without touching any code. ## Core Features & Use Cases - Mode Detection: Reads the full ticket thread and classifies it as an ask (question to answer) or debug (bug to root-cause) workflow. - Evidence Gathering: Uses code navigation, database inspection, and doc lookup to build file:line-cited findings, with ranked falsifiable hypotheses for debug mode. - Ticket Sync: Posts findings back to the issue tracker as a private technical note, restating any externally supplied question for traceability. - Use Case: A support ticket reports that invoice totals are wrong for one customer. The Skill loads the ticket, traces the calculation code path, verifies live database rows, ranks hypotheses, and posts a root-cause note with evidence — all read-only. ## Quick Start Triage the ticket at https://tracker.example.com/tickets/1234 and post your findings as a private note.