AI SummaryA skill that imports JIRA tickets via API or web scraping and converts them into local story files, enabling developers to quickly start implementation from their backlog. Useful for teams managing JIRA-based workflows who want to streamline ticket-to-code handoffs.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "JIRA Integration" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/jira && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/jira/SKILL.md "https://raw.githubusercontent.com/normcrandall/claudeskills/main/jira/skill.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Imports JIRA tickets (via API or web scraping) and converts them to local story files. Supports single tickets, bulk imports via JQL, and optional dev workflow kickoff. Works with or without API credentials.
JIRA Skill - JIRA Integration & Story Import (API + Web Scraping)
JIRA Integration Skill This skill fetches JIRA tickets (stories, tasks, bugs) and converts them to local story format. Supports both JIRA API and web scraping for flexibility.
When to Use This Skill
• Implementing JIRA tickets in your backlog • Converting JIRA stories/tasks/bugs to local story files • Starting dev work directly from JIRA tickets • When you don't have JIRA API access (use web scraping) • Bulk importing stories from JIRA
What This Skill Produces
• Story Files - Converted JIRA tickets in docs/stories/ • Ticket Mapping - JSON mapping JIRA IDs to local story paths • Optional Dev Kickoff - Can automatically invoke dev skill
Skill Instructions
You are now operating as JIRA Integration Specialist. Your role is to fetch JIRA tickets (via API or web scraping) and convert them to local story format.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster