create-jira-issue-ai-kit

Create Jira issues with duplicate checks and custom field mappings.

Updated May 11, 2026
One-click install
npx skills add https://github.com/ducthang-hub/nw-ai-kit --skill create-jira-issue-ai-kit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-jira-issue-ai-kit
Source: https://github.com/ducthang-hub/nw-ai-kit/tree/main/.agents/skills/create-jira-issue-ai-kit
Command: npx skills add https://github.com/ducthang-hub/nw-ai-kit --skill create-jira-issue-ai-kit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill prevents duplicate Jira tickets and speeds up consistent issue creation by using a sample reference card to reproduce the exact custom-field structure automatically.

Core Features & Use Cases

  • Duplicate-first safety check: Searches Jira for similar non-closed issues before creating anything, then asks whether to reuse an existing issue or create a new one.
  • Sample-driven custom fields: Fetches a reference issue with all fields, then copies the exact custom field IDs and value IDs onto the newly created issue.
  • Workflow support: Use it for creating tickets such as stories, epics, tasks, and bugs, including cases where the user wants to log work or create backlog items.

Quick Start

Use the create-jira-issue-ai-kit skill to create the Jira issue you described, and share the summary and description that match the sample’s structure.

Frequently Asked Questions about create-jira-issue-ai-kit

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

FAQPage Schema
How do I create Jira issues without making duplicate tickets?

To create Jira issues without duplicates, this Skill performs a duplicate-first safety check by searching for similar non-closed issues before creating anything. It then asks whether to reuse an existing issue or proceed with creating a new one.

How do I preserve custom field mappings when creating Jira tickets?

To preserve custom field mappings when creating Jira tickets, the Skill fetches a sample reference issue using all fields, then deterministically copies the exact customfield IDs and value IDs onto the new issue to maintain project-specific structure.

Can I use this to create different types of Jira backlog items like epics and bugs?

Yes, you can use this to create different types of Jira backlog items. It supports workflow requests for generating stories, epics, tasks, and bugs, including cases where you want to log work or create backlog items referencing project keys.

What is the best way to automate Atlassian project workflows for issue creation?

The best way to automate Atlassian project workflows for issue creation is using a sample-driven approach. It fetches a reference card with all fields and applies deterministic copying to ensure consistent custom field structure across newly created issues.

Does this Jira issue creation method verify the custom fields after copying?

Yes, this Jira issue creation method includes a verification step. After deterministically copying the customfield IDs and value IDs from the sample reference card, it verifies the newly created issue to ensure the custom fields are accurately preserved.