jira-implement

Analyze JIRA ticket details and formulate an execution plan for implementation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of implementing tasks and features defined in JIRA tickets, ensuring requirements are met efficiently and accurately.

Core Features & Use Cases

  • Ticket Analysis: Parses JIRA ticket details, including URLs and attachments, to understand requirements.
  • Action Planning: Creates a step-by-step plan for implementation, considering UI and backend changes.
  • Verification Setup: Defines verification tasks using appropriate tools (Playwright, curl) to ensure successful implementation.
  • Use Case: When assigned a ticket to add a new user authentication flow, this skill will analyze the ticket, plan the necessary backend and frontend changes, and set up Playwright tests to verify the new flow.

Quick Start

Use the jira-implement skill to implement the requirements in JIRA ticket PROJ-123.

Frequently Asked Questions about jira-implement

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

FAQPage Schema
How do I implement JIRA ticket requirements automatically?

Implementing JIRA ticket requirements automatically is done by parsing ticket details and attachments to understand requirements, formulating a step-by-step execution plan for UI and backend changes, and setting up verification tasks using Playwright and curl.

What is the best way to generate an execution plan from a JIRA ticket?

Generating an execution plan from a JIRA ticket involves analyzing the ticket details to understand the requirements and then formulating a structured, step-by-step implementation plan that covers both UI and backend development tasks.

How do I verify UI and backend changes after implementing a JIRA ticket?

Verifying UI and backend changes after implementing a JIRA ticket requires defining verification tasks using appropriate tools like Playwright for UI testing and curl for backend validation to ensure successful implementation.

Can I use Playwright to test features developed from JIRA tickets?

Yes, you can use Playwright to test features developed from JIRA tickets. The implementation process defines verification tasks using Playwright to ensure new user flows and UI changes function as specified in the ticket requirements.

Does task management implementation from JIRA support both frontend and backend development?

Task management implementation from JIRA supports both frontend and backend development. It analyzes ticket details and formulates an execution plan that considers necessary UI changes alongside backend modifications for comprehensive feature delivery.