create-ticket
Installation
SKILL.md
Create Ticket
Transforms a raw description into a clean, professional ticket written in English. Output is tracker-agnostic Markdown that pastes cleanly into Jira, Azure DevOps, GitHub, GitLab, or YouTrack.
Pick the ticket type, then read its reference
Detect the type from the request, then read the matching reference file before writing - it carries the Description template, the type-specific rules, and a worked example.
| Type | Use when | Reference |
|---|---|---|
| Bug | something is broken - a defect, error, or regression | references/bug.md |
| Story | a user-facing capability or requirement | references/story.md |
| Epic | a large initiative spanning multiple stories / sprints | references/epic.md |
| Task | technical work that is not a bug or a user feature (refactor, performance, spike, migration, upgrade, cleanup) | references/task.md |
If the request is ambiguous, pick the closest type and note the assumption.