dev-jira-ticket

Convert Jira tickets into implementation workflows with analysis, code changes, and commits.

2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/EvanPluchart/kyomu --skill dev-jira-ticket
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-jira-ticket
Source: https://github.com/EvanPluchart/kyomu/tree/main/.claude/skills/dev-jira-ticket
Command: npx skills add https://github.com/EvanPluchart/kyomu --skill dev-jira-ticket

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It transforms a raw Jira ticket into a complete, end-to-end implementation workflow, reducing the back-and-forth between analysis, planning, coding, verification, and committing.

Core Features & Use Cases

  • Ticket-first implementation: handles a raw Jira ticket (local markdown/PDF export text or a direct Jira URL) from understanding through execution.
  • Structured workflow: produces an analysis report, a mini-plan, implements changes, verifies acceptance criteria, and prepares Jira-referenced commits.
  • Modes for control: supports an analysis-only mode and an optional auto-commit mode for faster iteration.

Quick Start

Run dev-jira-ticket on a Jira export file at /dev-jira-ticket path/to/ticket.md to generate analysis, a mini-plan, and an implementation-ready outcome with validation against the ticket’s acceptance criteria.

Frequently Asked Questions about dev-jira-ticket

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

FAQPage Schema
How do I turn a Jira ticket into ready-to-commit code automatically?

To turn a Jira ticket into ready code, provide a markdown export or URL so the tool can extract acceptance criteria, scan project docs, implement changes, verify coverage, and prepare Jira-referenced commits.

What is the best way to implement Jira requirements while following project workflow manifests?

The best way to implement Jira requirements using project workflow manifests is to run an analysis-only mode first, generate a mini-plan, and then execute changes that validate coverage against the ticket's acceptance criteria.

Can I use a direct Jira URL to generate an implementation plan and code changes?

Yes, you can use a direct Jira URL to generate an implementation plan and code changes. The workflow parses the ticket identity and type, scans relevant scopes, and produces an end-to-end implementation outcome.

Does Jira ticket automation support auto-committing code changes after verification?

Jira ticket automation supports auto-committing code changes after verification by using a controlled auto-commit mode, ensuring commits are properly referenced to the original ticket and acceptance criteria are validated.

How do I validate that my code changes satisfy Jira acceptance criteria before committing?

To validate that code changes satisfy Jira acceptance criteria before committing, the workflow scans relevant project docs, implements changes, and checks coverage against the extracted requirements during the verification phase.

When should I use the analysis-only mode for Jira ticket implementation?

You should use the analysis-only mode for Jira ticket implementation when you need to review the extracted ticket identity, requirements analysis, and mini-plan before executing any actual code changes or commits.