create-jira-issue

Create Jira issues with code search context and Slack notifications.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dmzoneill/skills --skill create-jira-issue-dmzoneill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-jira-issue
Source: https://github.com/dmzoneill/skills/tree/main/create-jira-issue
Command: npx skills add https://github.com/dmzoneill/skills --skill create-jira-issue-dmzoneill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating Jira issues by automatically gathering relevant context from your codebase and linking to related information, ensuring new tickets are comprehensive and actionable.

Core Features & Use Cases

  • Automated Context Gathering: Uses semantic code search to find relevant code snippets and file paths to include in the issue description.
  • Smart Linking: Automatically links new issues to existing ones based on user-defined relationships.
  • Team Notification: Optionally notifies your team via Slack when a new issue is created.
  • Use Case: When a bug is found, use this skill to create a Jira ticket. It will search the codebase for similar code, link it to the bug report, and notify the development team.

Quick Start

Create a new Jira task with the summary "Fix login button alignment" and description "The login button is misaligned on mobile devices."

Frequently Asked Questions about create-jira-issue

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

FAQPage Schema
How do I create a Jira issue with code context automatically?

To create Jira issues with code context, you provide a summary and description, and the skill uses semantic code search to gather relevant snippets and file paths for the issue. This ensures your new tickets are comprehensive and actionable.

How does semantic code search work when creating bug reports in Jira?

Semantic code search works by scanning your codebase to find relevant code snippets and file paths related to the bug report. It automatically includes this gathered context in the Jira issue description to provide comprehensive details.

Can I link new Jira issues to existing tickets based on relationships?

Yes, you can link new Jira issues to existing ones based on user-defined relationships. The skill automatically establishes these cross-references to maintain traceability between related bug reports and tasks.

Does creating a Jira ticket support sending team notifications via Slack?

Yes, creating a Jira ticket supports optional team notifications via Slack. When a new issue is created, the skill can automatically notify your development team to ensure immediate awareness of bug reports and tasks.

What is the best way to track bugs with code search integration and team awareness?

The best way to track bugs with code search integration is to use an automated issue creation process that gathers codebase context and links related tickets. This approach ensures detailed bug tracking and immediate team awareness.

Do I need to manually add file paths when creating Jira tasks for bug tracking?

No, you do not need to manually add file paths when creating Jira tasks. The skill automatically performs semantic code search to find relevant code snippets and file paths, including them directly in the issue description.