--- name: ticket description: End-to-end Jira ticket workflow — fetch a ticket into .claude/docs/epics/, write a plan, implement it with clean commits, run pre-mr-review to convergence, and write the MR doc. Use when the user gives you a Jira ticket key (e.g. KACP-11111) to work, or asks to plan/implement/wrap up a ticket. disable-model-invocation: true --- # Ticket Workflow Turns a Jira ticket key into: a saved ticket record, a reviewed plan, implemented and committed code, a converged `pre-mr-review` audit, and an MR doc ready to paste into GitLab/GitHub. This skill is user-level (`~/.agents/skills/ticket/`) and works the same way in any repo that has a `.claude/docs/` directory and a `pre-mr-review` skill. Invoked as `/ticket KACP-11111`. The ticket key is passed as the skill's arguments. Called again later with the same key, it resumes wherever it left off — see **Phase 0**. Not to be confused with `/review-ticket`. That skill writes the *developer review* on a Jira story, the estimate, risk level, and testing tables, as part of authoring a ticket before anyone builds it. It has nothing to do with reviewing code. The code review in this skill is Phase 2 step 5 and is performed by a dispatched agent, not by a skill. ## Directory layout this skill maintains ``` .claude/docs/epics/ / epic.md # brief epic context, written once, best-effort / resources/ ticket.md # title, description, dev review instructions # images, videos, other files as downloaded