jira-fix

Reproduce, debug, and verify JIRA-reported bugs before updating the ticket.

3|3|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/CodySwannGT/lisa --skill jira-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-fix
Source: https://github.com/CodySwannGT/lisa/tree/main/plugins/lisa/skills/jira-fix
Command: npx skills add https://github.com/CodySwannGT/lisa --skill jira-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of fixing bugs reported in JIRA, ensuring a systematic approach from reproduction to verification.

Core Features & Use Cases

  • Bug Reproduction: Guides the agent in reliably reproducing reported bugs using various methods (UI, API, library tests).
  • Fix Implementation: Facilitates the bug fixing process, considering previous attempts.
  • Verification: Ensures the fix is validated using the same methods as reproduction.
  • Use Case: When a user reports a bug in a JIRA ticket, this skill helps the agent to understand the issue, reproduce it, fix it, and confirm the resolution before updating the ticket.

Quick Start

Use the jira-fix skill to fix the bug described in JIRA ticket PROJ-123.

Frequently Asked Questions about jira-fix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix JIRA bugs systematically from reproduction to verification?

To fix JIRA bugs systematically, reproduce the issue using UI, API, or test commands, implement the fix, and verify the resolution using the same reproduction method before updating the ticket.

What's the best way to reproduce a JIRA bug before attempting a fix?

The best way to reproduce a JIRA bug is using verification tools like Playwright for UI interactions, curl for API requests, or standard test commands to reliably replicate the reported issue.

Do I need a JIRA MCP integration to automate issue tracking and resolution?

Yes, you need integration with a JIRA or Atlassian MCP, or the CLI, to retrieve issue details and update tickets automatically during the bug resolution workflow.

How does the bug fix verification process work with Playwright and curl?

The bug fix verification process works by re-running the same Playwright UI tests or curl API commands used to reproduce the issue initially, ensuring the fix resolves the reported behavior.

Can I track previous bug fix attempts when resolving a JIRA issue?

Yes, when resolving a JIRA issue, the fix implementation process considers previous attempts to ensure the new solution avoids past failures and effectively addresses the root cause.