jira-workflow

Create Jira tickets and Git branches from task descriptions.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill jira-workflow-sameer-thakkar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-workflow
Source: https://github.com/sameer-thakkar/hackin26-next-deimos/tree/main/.cursor/skills/jira-workflow-ho
Command: npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill jira-workflow-sameer-thakkar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jira, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of Jira tickets and corresponding Git branches, automating workflows for efficient task management and team collaboration.

Core Features & Use Cases

  • Jira Ticket Creation: Automatically generate Jira tickets from task descriptions.
  • Feature Branch Setup: Automatically create feature branches for new tasks based on Jira ticket details.
  • Plan File Creation: Optionally generate a plan file with the ticket details for review.
  • Use Case: A developer wants to start working on a new task. By using this Skill, they can create a ticket, set up a feature branch, and generate a plan file with a single command.

Quick Start

Create a ticket for a new task and set up a feature branch with the "Start working on this new task" command.

Frequently Asked Questions about jira-workflow

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

FAQPage Schema
How do I automatically create Jira tickets and Git feature branches from a task description?

You can automatically create Jira tickets and Git feature branches from a task description by using a task automation command that handles ticket creation, status transitions, and branch setup simultaneously.

How does automated ticket management work for feature branch setup?

Automated ticket management works by parsing a task description to generate a Jira ticket, transitioning its status, and immediately creating a corresponding Git feature branch for structured code alignment.

Do I need pre-configured Jira and Git environments to automate feature branch creation?

Yes, you need pre-configured Jira and Git environments to automate feature branch creation. The automation relies on established connections to both platforms to handle ticket creation and branch setup properly.

Can I generate a plan file with Jira ticket details for code review?

Yes, you can optionally generate a plan file containing Jira ticket details for review. This plan file is created alongside the Jira ticket and Git feature branch to streamline your development workflow.

What is the best way to align Jira ticket status with Git feature branches?

The best way to align Jira ticket status with Git feature branches is through task automation that synchronizes ticket creation, status transitions, and branch setup from a single task description command.

Why does task automation for Jira and Git require structured task descriptions?

Task automation for Jira and Git requires structured task descriptions because the text is parsed to populate Jira ticket fields and generate accurately named Git feature branches for proper task management.