work-on-ticket

Community

Kick off Jira work: fetch, branch, plan.

Authorjwbaldwin
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the initial setup for starting work on a Jira ticket by fetching ticket details, generating a concise branch name, and initiating the task-planning workflow so you can dive straight into execution.

Core Features & Use Cases

  • Ticket discovery: Extract a Jira ticket ID from natural language.
  • Context gathering: Retrieve summary, description, type, and status to inform planning.
  • Branch planning: Create a kebab-case branch name from the ticket ID and summary.
  • Jujutsu state initialization: Verify repo state and create a new commit/ bookmark to begin work.
  • Task planning prompt: Build a rich prompt for the /investigate command to plan next steps.

Quick Start

Activate this skill by saying things like "work on AGP-123" or "start work on AGP-782". The skill will fetch ticket details from Jira, generate a branch name such as agp-782-migrate-existing-mcp-server (lowercase, kebab-case), ensure the git state is ready, create a bookmark, and trigger task planning.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: work-on-ticket
Download link: https://github.com/jwbaldwin/dotfiles/archive/main.zip#work-on-ticket

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository