create-jira-ticket

Draft and file a Jira ticket with project and issue type selection.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/albertoirurueta/ai-catalog --skill create-jira-ticket-albertoirurueta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-jira-ticket
Source: https://github.com/albertoirurueta/ai-catalog/tree/main/.claude/skills/create-jira-ticket
Command: npx skills add https://github.com/albertoirurueta/ai-catalog --skill create-jira-ticket-albertoirurueta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating a new Jira ticket, ensuring it's well-formed and ready for the /issue or /plan flow.

Core Features & Use Cases

  • Codebase Grounding: Uses the explore skill to ensure the ticket is rooted in the actual codebase.
  • User Input: Asks for the purpose of the task and additional context like URLs, documents, and related tickets.
  • Ticket Drafting: Determines the target Jira project and issue type, drafts a summary and description, and shows it for confirmation.
  • Ticket Creation: Files the ticket via connected Jira MCP tools after confirmation.
  • Use Case: When you have an idea, bug report, or request that needs to be turned into a Jira ticket before proceeding with /issue or /plan.

Quick Start

Use the /create-jira-ticket command to start the ticket creation process.

Frequently Asked Questions about create-jira-ticket

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

FAQPage Schema
How do I create a Jira ticket using codebase context?

To create a Jira ticket with codebase grounding, use the `/create-jira-ticket` command. The skill uses the `explore` skill to ground the ticket in your actual codebase, then drafts a summary and description for your confirmation before filing.

What is codebase grounding for issue tracking and why use it?

Codebase grounding for issue tracking ensures your new Jira ticket is rooted in the actual codebase. It connects your task purpose, URLs, and related documents to the real code structure before determining the project and issue type.

Do I need Jira MCP tools to file a new issue ticket?

Yes, you need connected Jira MCP tools to file a new issue ticket. The skill drafts the ticket summary and description from user input and codebase context, but relies on Jira MCP tools for the actual ticket creation after confirmation.

What's the best way to draft a well-formed Jira ticket from a bug report?

The best way to draft a well-formed Jira ticket from a bug report is using the `/create-jira-ticket` command. It gathers your task purpose and context, determines the target Jira project and issue type, and shows a draft for confirmation before filing.

Can I select a specific Jira project and issue type when creating a ticket?

Yes, you can select a specific Jira project and issue type when creating a ticket. The skill determines the target Jira project and issue type based on your provided input and codebase context, then shows the draft for your review.