Claude-skill-registry jira:prepare

Prepare a Jira task with enrichment and subtask creation. Use when the user wants to "prepare task", "enrich issue", "create subtasks", or "prepare for development".

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/jira-prepare" ~/.claude/skills/majiayu000-claude-skill-registry-jira-prepare && rm -rf "$T"
manifest: skills/data/jira-prepare/SKILL.md
source content

Jira Task Preparation

Prepare a Jira task with technical enrichment, subtask creation, and work breakdown structure.

Usage

/jira:prepare <issue-key>

Features

  • Analyzes issue requirements
  • Creates technical subtasks
  • Enriches description with implementation notes
  • Identifies dependencies
  • Estimates effort

Related Commands

  • /jira:work
    - Start working on the prepared issue
  • /jira:triage
    - Triage and analyze issues