x-create-jira-stories

Create Jira Story issues from local story markdown files with parent and dependency links.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/edercnj/ia-dev-environment --skill x-create-jira-stories
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: x-create-jira-stories
Source: https://github.com/edercnj/ia-dev-environment/tree/main/src/main/resources/claude/skills/x-create-jira-stories
Command: npx skills add https://github.com/edercnj/ia-dev-environment --skill x-create-jira-stories

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of Jira Story issues from local epic story markdown files, establishing the parent Epic link and inter-story dependencies, and syncing Jira keys back to local files.

Core Features & Use Cases

  • Create Jira Story issues from local story markdowns (story-XXXX-YYYY.md) and map fields to Jira attributes
  • Link stories to their parent epic using the Epic Jira key and configure dependency relationships
  • Update the local IMPLEMENTATION-MAP with Jira keys and maintain synchronization after creation

Quick Start

Provide the epic directory path or epic ID to create Jira stories from local story markdown files.

Frequently Asked Questions about x-create-jira-stories

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

FAQPage Schema
How do I create Jira stories from local markdown files automatically?▼

To create Jira stories from local markdown files, this skill processes story-XXXX-YYYY.md files within an epic directory, maps their fields to Jira attributes, and generates the corresponding Jira Story issues while linking them to their parent epic.

Can I sync Jira story dependencies and epic links from local files?▼

Yes, you can sync Jira story dependencies and epic links from local files by applying this skill to an epic ID or directory, which establishes parent Epic links and performs a second pass to map inter-story dependency relationships in Jira.

Does creating Jira stories from local epics update my local implementation map?▼

Creating Jira stories from local epics updates your local implementation map by syncing the newly generated Jira keys back to the local IMPLEMENTATION-MAP file, maintaining synchronization between your local markdown files and the Jira project.

What happens if some Jira story creations fail during the batch process?▼

If some Jira story creations fail during the batch process, the skill handles partial failures gracefully by continuing to process remaining markdown files and preserving successful updates, preventing a complete workflow breakdown.

What do I need to start generating Jira stories from epic directories?▼

To start generating Jira stories from epic directories, you need local story markdown files formatted as story-XXXX-YYYY.md and an epic directory path or epic ID to initiate the field mapping, dependency linking, and Jira issue creation process.