Skills
aid-update-ticket
Frontmatter
Section titled “Frontmatter”name— aid-update-ticketdescription— Change exactly one part of an existing ticket in the project’s issue tracker. Use this skill when a ticket needs its description replaced, a comment added, or its status moved:partis the closed enumdescription | comment | status, and one invocation touches one of them. It resolves which tracker owns the ticket, loads whatever the named part needs, composes the exact mutation, and shows it to you for confirmation before the single write. A status target is checked against the tracker’s available transitions when those can be listed, and a mismatch stops before the confirmation gate. It never writes silently, and a failed write never leaves a partial one.allowed-tools— Read, Glob, Grep, AskUserQuestionargument-hint— <part> [<connector>:]<ticket-id> <content>
Definition: canonical/skills/aid-update-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["LOAD-CONTEXT"] n4["COMPOSE"] n5["CONFIRM"] n6(["WRITE"]) n1 --> n2 n2 --> n3 n3 --> n4 n4 --> n5 n5 --> n6 class n1 aidEntry class n2 aidStep class n3 aidStep class n4 aidStep class n5 aidStep class n6 aidExit class n1 aidNode class n2 aidNode class n3 aidNode class n4 aidNode class n5 aidNode class n6 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-update-ticket/SKILL.md#L61
### State 2 — RESOLVE-CONNECTORSource: canonical/skills/aid-update-ticket/SKILL.md#L73
### State 3 — LOAD-CONTEXTSource: canonical/skills/aid-update-ticket/SKILL.md#L83
### State 4 — COMPOSESource: canonical/skills/aid-update-ticket/SKILL.md#L102
### State 5 — CONFIRMSource: canonical/skills/aid-update-ticket/SKILL.md#L126
6 · WRITE · exit · UNSPECIFIED
### State 6 — WRITE