task-start

Automate Jira ticket setup with branch creation and environment checks.

Updated May 18, 2026
One-click install
npx skills add https://github.com/tomsoulage-dedalus/presc-workflows-tools --skill task-start-tomsoulage-dedalus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-start
Source: https://github.com/tomsoulage-dedalus/presc-workflows-tools/tree/main/skills/task-start
Command: npx skills add https://github.com/tomsoulage-dedalus/presc-workflows-tools --skill task-start-tomsoulage-dedalus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the initial setup of a Jira ticket workflow, creating a branch and preparing for a detailed analysis.

Core Features & Use Cases

  • Automated Branch Creation: Automatically creates a git branch based on the Jira ticket type.
  • Environment Setup: Checks for necessary environment variables and ensures they are set.
  • Ticket Analysis: Initiates the /task-analyze skill for a deeper ticket inspection.
  • Use Case: Use this Skill to automate the process of starting work on a new Jira ticket, saving time and reducing manual setup errors.

Quick Start

Initialize the context for a Jira ticket with the command: /task-start <TICKET_ID>

Frequently Asked Questions about task-start

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

FAQPage Schema
How do I automate Jira ticket setup and git branch creation?

Automating Jira ticket setup involves creating a git branch based on ticket type and checking environment variables. This process initiates automatically when you run the command with a specific ticket ID.

How do I start working on a new Jira ticket automatically?

To start working on a new Jira ticket automatically, execute the initialization command with your ticket ID. This creates the appropriate git branch and prepares the environment for subsequent ticket analysis.

Do I need bash and git to automate Jira ticket workflows?

Yes, you need bash and git to automate Jira ticket workflows. The environment requires bash and git for branch management, alongside specific environment variables for configuration management.

How does automated branch creation work for Jira tickets?

Automated branch creation for Jira tickets works by reading the ticket type and generating a corresponding git branch. This ensures consistent naming conventions and reduces manual setup errors.

What is the best way to prepare a Jira ticket environment for development?

The best way to prepare a Jira ticket environment is to use an automated script that validates environment variables, creates the git branch, and initiates detailed ticket analysis to ensure complete readiness.

Can I initiate deeper ticket analysis after creating a git branch?

Yes, you can initiate deeper ticket analysis after creating a git branch. The setup process automatically triggers the analysis skill immediately following branch creation and environment validation.