jira-ticket-creator

Create structured Jira tickets from meeting notes, user stories, and free-text lists.

11|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/qa-aman/next-leap-claude-code --skill jira-ticket-creator-qa-aman
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: jira-ticket-creator
Source: https://github.com/qa-aman/next-leap-claude-code/tree/main/.claude/skills/jira-ticket-creator
Command: npx skills add https://github.com/qa-aman/next-leap-claude-code --skill jira-ticket-creator-qa-aman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Converting meeting action items, spec user stories, and ad-hoc task lists into well-formed Jira tickets is repetitive and error-prone. This Skill parses unstructured input, enriches it with type, priority, assignee, and story points, and creates tickets via the Jira REST API only after user confirmation. ## Core Features & Use Cases - Multi-source parsing: Accepts meeting action items, user stories from spec files, free-text lists, and sprint planning output. - Automatic field inference: Infers ticket type (Bug, Task, Story) from keywords, maps assignees to a team directory, and estimates story points. - Structured user story format: Enforces a title pattern plus Problem Statement, Objective, and optional Acceptance Criteria sections for Story tickets. - Confirmation workflow: Presents a ticket table with totals for review before creating anything in Jira. - Use Case: After a sprint planning meeting, paste the action items and ask to create tickets; review the proposed table of stories, bugs, and tasks, then approve to push them to the backlog. ## Quick Start Ask the assistant to create Jira tickets from your meeting action items or user story list and confirm the proposed ticket table.

Frequently Asked Questions about jira-ticket-creator

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

FAQPage Schema
How do I create Jira tickets from meeting notes?▼

Paste your meeting action items and ask to create tickets. The Skill parses each item, infers type, priority, and assignee, shows a confirmation table with totals, and creates the tickets via the Jira REST API after you approve.

How are Jira ticket types inferred from text?▼

Type inference uses keyword matching: items containing bug, fix, broken, or error become Bugs; investigate, research, or spike become Tasks; everything else defaults to Story. You can override the inferred type during the confirmation step.

What format do user stories follow in Jira tickets?▼

Story tickets use a title in the form "As a [role], I want [capability] so that [benefit]" plus a description with labeled Problem Statement and Objective sections. Acceptance criteria are optional and appear as a bullet list after the Objective.

Is there a limit on batch Jira ticket creation?▼

Yes, the Skill creates a maximum of 15 tickets per batch. Larger lists are split into multiple batches, and every batch requires explicit user confirmation before any ticket is created.

Does the skill create Jira tickets without confirmation?▼

No. The workflow always presents a ticket table showing summary, type, priority, assignee, points, and epic, then waits for approval. It also avoids guessing assignees and asks when ownership is unclear.