jira-workflow-agent

Automate JIRA ticket workflows from analysis to pull request creation.

1|Updated Aug 5, 2025
One-click install
npx skills add https://github.com/jayleekr/jays-treasure-trove --skill jira-workflow-agent
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: jira-workflow-agent
Source: https://github.com/jayleekr/jays-treasure-trove/tree/main/projects/container-manager/skills/jira-workflow-agent
Command: npx skills add https://github.com/jayleekr/jays-treasure-trove --skill jira-workflow-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The JIRA Workflow Agent eliminates the manual toil of turning a JIRA ticket into a runnable software development plan. It orchestrates analysis, planning, implementation, verification, and PR creation with auditable progress and rollback options.

Core Features & Use Cases

  • Analyze JIRA tickets to classify work (feature, bugfix, refactor) and extract acceptance criteria.
  • Generate structured execution plans, create feature branches, implement code changes, and manage end-to-end workflows with optional semi-auto approvals.
  • Verify builds and tests, generate quality metrics, and automatically open pull requests linked to the originating JIRA ticket.
  • Cross-session persistence and resume support ensure long-running workflows can be paused and continued safely.

Quick Start

Provide a JIRA ticket URL or ID to kick off a complete workflow. The agent will fetch ticket data, generate a plan, create a branch, implement changes, run verification, and prepare PR details ready for submission.

Frequently Asked Questions about jira-workflow-agent

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

FAQPage Schema
How do I automate a Jira ticket workflow from branch creation to PR?▼

To automate a Jira ticket workflow, you provide a Jira URL or ticket ID, and the agent orchestrates branch creation, code implementation, build verification, and PR generation. It uses two approval checkpoints for semi-automatic operation.

Can I resume an automated Jira workflow across different sessions?▼

You can resume automated Jira workflows across sessions because the agent supports cross-session persistence. Long-running workflows can be paused and safely continued without losing progress.

Does the Jira workflow automation support build and test verification before creating a PR?▼

Jira workflow automation supports build and test verification by executing builds and tests before generating a pull request. It generates quality metrics and prepares PR details linked to the originating Jira ticket.

What is the best way to turn Jira tickets into structured software development plans?▼

The best way to turn Jira tickets into development plans is using an agent that classifies work as feature, bugfix, or refactor, and extracts acceptance criteria. It then generates a structured execution plan for the ticket.

How does the automated Jira workflow handle rollback when implementation fails?▼

Automated Jira workflows handle rollback through auditable progress tracking and memory. If an issue occurs during code implementation or verification, the workflow provides rollback options to safely revert changes.

Do I need a specific Jira ticket format to start the end-to-end development workflow?▼

You need a standard Jira ticket URL or ticket ID to start the end-to-end development workflow. The agent fetches ticket data based on this input to generate plans and implement code changes.