jira-ticket-writer
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
- Identify ticket type (Bug, Story, Task, Spike)
- Ask what the user knows â summary, context, problem or goal
- Fill the template by asking targeted questions for any missing fields
- Present the full draft â iterate until approved
- 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 createoracli 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.