What problem does it solve?
This Skill turns a Jira defect ticket into a disciplined end-to-end delivery flow, so an agent can intake the issue, verify it is actionable, fix the root cause, and loop the result back to the tracker without skipping gates.
Core Features & Use Cases
- Defect intake and triage: Reads the Jira issue, checks for environment details, reproduction steps, and expected-versus-actual behavior, then stops and asks for missing information when the ticket is incomplete.
- Structured fix handoff: Records a triage brief, coordinates a reproduction-first bug-fix workflow, and keeps the repair focused on the smallest safe change with regression coverage.
- Release coordination: Creates a deterministic branch name, opens a PR with the Jira key in the closing footer, posts the PR back to Jira, and advances the ticket through the correct transition.
- Deployment-aware follow-through: Optionally runs a repo-provided dev deploy hook and updates Jira again so the defect can move toward QA without guessing at environment-specific commands.
Quick Start
Use the jira-defect-flow skill to take Jira ticket PROJ-123 from intake through triage, fix, pull request, and Jira update.