Skip to content
AID v2.3.0 is out.See what's new →
Skills

aid-update-ticket

  • name — aid-update-ticket
  • description — 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: part is the closed enum description | 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, AskUserQuestion
  • argument-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

Every node in the chart above, in chart order, with the exact canonical/ text it was derived from.

1 · PARSE-ARGS · entry

canonical/skills/aid-update-ticket/SKILL.md#L61
### State 1 — PARSE-ARGS

Source: canonical/skills/aid-update-ticket/SKILL.md#L61

2 · RESOLVE-CONNECTOR · step

canonical/skills/aid-update-ticket/SKILL.md#L73
### State 2 — RESOLVE-CONNECTOR

Source: canonical/skills/aid-update-ticket/SKILL.md#L73

3 · LOAD-CONTEXT · step

canonical/skills/aid-update-ticket/SKILL.md#L83
### State 3 — LOAD-CONTEXT

Source: canonical/skills/aid-update-ticket/SKILL.md#L83

4 · COMPOSE · step

canonical/skills/aid-update-ticket/SKILL.md#L102
### State 4 — COMPOSE

Source: canonical/skills/aid-update-ticket/SKILL.md#L102

5 · CONFIRM · step

canonical/skills/aid-update-ticket/SKILL.md#L126
### State 5 — CONFIRM

Source: canonical/skills/aid-update-ticket/SKILL.md#L126

6 · WRITE · exit · UNSPECIFIED

canonical/skills/aid-update-ticket/SKILL.md#L152
### State 6 — WRITE

Source: canonical/skills/aid-update-ticket/SKILL.md#L152

Report an issue with this page →