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

  1. Gather information — Understand what the bug is, evidence, and root cause if known
  2. Find the right epic — Search for the relevant epic to link the bug to
  3. Create the bug — With structured description
  4. 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
Installs
2
First Seen
Jun 22, 2026
jira-create-bug — weorbitant/ai-dev-kit-pgi