jira-ticket-writer

📁 miguelez11/skills 📅 1 day ago
2
总安装量
1
周安装量
#69340
全站排名
安装命令
npx skills add https://github.com/miguelez11/skills --skill jira-ticket-writer

Agent 安装分布

windsurf 1
amp 1
opencode 1
cursor 1
kimi-cli 1
codex 1

Skill 文档

Jira Ticket Writer

Quick start

  1. Identify ticket type (Bug, Story, Task, Spike)
  2. Ask what the user knows — summary, context, problem or goal
  3. Fill the template by asking targeted questions for any missing fields
  4. Present the full draft — iterate until approved
  5. Optionally create or update via acli (see atlassian-cli skill)

Workflow

  • Confirm ticket type
  • Gather context: what, why, who is affected, what is the expected outcome
  • Fill type-specific sections (see TEMPLATES.md)
  • Ensure each acceptance criterion is independently testable
  • Include a clear definition of done
  • Present full draft and iterate on feedback
  • Offer to submit via acli jira workitem create or acli jira workitem edit

Key principles

Summary line: <Verb> <object> <context> — 80 chars max.

  • Good: Fix login redirect loop on expired sessions
  • Bad: Login problem

Context: Answer “why does this matter?” — business impact, affected users, frequency.

Acceptance criteria: Each item must be independently verifiable. Prefer:

  • Checkbox lists for features
  • Given / When / Then for behaviour

Definition of done: What makes this closeable? (e.g. code reviewed, unit tests passing, deployed to staging, product sign-off)

Priority guide:

  • Critical — system down, data loss, security breach
  • High — major flow broken, significant user impact
  • Medium — degraded experience, workaround exists
  • Low — minor polish, rare edge case

See TEMPLATES.md for full templates by ticket type.