jira-git-workflow

Create JIRA tickets, Git branches, and PLAN.md files.

4|4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/darellchua2/opencode-config-template --skill jira-git-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-git-workflow
Source: https://github.com/darellchua2/opencode-config-template/tree/main/skills/jira-git-workflow
Command: npx skills add https://github.com/darellchua2/opencode-config-template --skill jira-git-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end JIRA-to-Git workflow by creating tickets, branches, and tracking updates.

Core Features & Use Cases

  • Identify JIRA project and cloud ID to bootstrap a task workflow.
  • Create a JIRA ticket and optionally add comments during planning.
  • Create a Git branch named after the JIRA ticket key and prepare initial PLAN.md via the ticket-branch-workflow.
  • Update the JIRA ticket with the first commit details to ensure traceability.

Quick Start

Use this skill to initialize a new development task: create a JIRA ticket IBIS-101, branch IBIS-101, generate PLAN.md, and push.

Frequently Asked Questions about jira-git-workflow

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

FAQPage Schema
How do I automate creating a Git branch from a JIRA ticket?

To automate creating a Git branch from a JIRA ticket, this Skill identifies the JIRA project and cloud ID, creates the ticket, generates a matching branch, and prepares a PLAN.md file to bootstrap your development workflow.

Can I automatically update a JIRA ticket with my first Git commit details?

Yes, you can automatically update a JIRA ticket with your first Git commit details. The workflow pushes your changes and updates the JIRA ticket to ensure full traceability between your code commits and task tracking.

How does a JIRA Git workflow handle task tracking and code planning?

A JIRA Git workflow handles task tracking and code planning by linking JIRA ticket creation directly to Git branch management. It generates a PLAN.md file during branch creation to map out development steps and maintain project traceability.

What do I need to set up before integrating JIRA ticket creation with Git branch management?

Before integrating JIRA ticket creation with Git branch management, you need an active JIRA project and cloud ID along with a Git repository. The workflow uses these to identify the project, create tickets, and push initial branch changes.

Is there a way to generate a development plan when starting a new JIRA task?

Yes, this workflow generates a PLAN.md file when starting a new JIRA task. It creates the JIRA ticket, spawns the corresponding Git branch, and outputs the plan document to guide your subsequent code changes.