jira-create-bug
Installation
SKILL.md
Create Jira Bug
Overview
Create well-structured bug reports in Jira with root cause analysis, evidence, and fix recommendations. Uses the DEVPT project and links to the appropriate epic.
Process
- Gather information — Understand what the bug is, evidence, and root cause if known
- Find the right epic — Search for the relevant epic to link the bug to
- Create the bug — With structured description
- Assign — Ask user who to assign it to
Finding the Epic
Search for epics in DEVPT project:
JQL: project = DEVPT AND issuetype = Epic AND (summary ~ "<keyword>") ORDER BY updated DESC