Skills
aid-read-ticket
Frontmatter
Section titled “Frontmatter”name— aid-read-ticketdescription— On-demand, non-destructive ticket read.aid-read-ticket [<connector>:]<ticket-id>parses the ref (an optional<stem>:prefix plus the tracker’s own id), resolves which issue-tracker connector answers it via the shared connector-resolution ladder (explicit override; a single catalogued issue-tracker connector used silently; a choice asked when two or more are catalogued; the host tool’s own tracker MCP as fallback; a “no issue-tracker connector found.” notice otherwise), fetches the ticket through the host tool’s own MCP — AID resolves no credential and stores none — and displays its fields. Never writes, locally or to the tracker, and never shows a confirmation prompt; a failed, not-found, unauthorized, or unavailable fetch surfaces the tracker’s error verbatim and exits without side effects.allowed-tools— Read, Glob, Grep, AskUserQuestionargument-hint— [<connector>:]<ticket-id>
Definition: canonical/skills/aid-read-ticket/SKILL.md
Approximate: This chart is derived by heuristic; exact transitions may differ from runtime behaviour.
flowchart TB classDef aidNode color:#fff classDef aidEntry fill:#166534,stroke:#14532d,color:#fff classDef aidExit fill:#991b1b,stroke:#7f1d1d,color:#fff classDef aidDecision fill:#92400e,stroke:#78350f,color:#fff classDef aidLoopBack fill:#1e3a8a,stroke:#1e3a8a,color:#fff classDef aidStep fill:#1a2035,stroke:#d4a853,color:#f1f5f9 n1(["PARSE-ARGS"]) n2["RESOLVE-CONNECTOR"] n3["FETCH"] n4(["DISPLAY"]) n1 --> n2 n2 --> n3 n3 --> n4 class n1 aidEntry class n2 aidStep class n3 aidStep class n4 aidExit class n1 aidNode class n2 aidNode class n3 aidNode class n4 aidNode
Source fragments
Section titled “Source fragments”Every node in the chart above, in chart order, with the exact canonical/ text it was derived from.
### State 1 — PARSE-ARGSSource: canonical/skills/aid-read-ticket/SKILL.md#L68
### State 2 — RESOLVE-CONNECTORSource: canonical/skills/aid-read-ticket/SKILL.md#L77
### State 3 — FETCHSource: canonical/skills/aid-read-ticket/SKILL.md#L103
4 · DISPLAY · exit · UNSPECIFIED
### State 4 — DISPLAY