🎫
AutomationShell

Work Items To Jira

by testdouble

Work Items To Jira is an Automation skill for Claude Code, published by testdouble in han.

253 stars22 forkson testdouble/hanAdded 2026/09/02+9% in starsRepository updated 2026/09/01
claudeclaude-codeclaude-code-pluginclaude-skillscode-reviewdocumentationinvestigationplanningreview
Install in seconds
Install Work Items To Jira
Copy Work Items To Jira into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/testdouble/han/tree/main/han-atlassian/skills/work-items-to-jira ~/.claude/skills/work-items-to-jira

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/testdouble/han.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
han-atlassian/skills/work-items-to-jira/SKILL.md in testdouble/han
Installs to
~/.claude/skills/work-items-to-jira
Collection
One of 25 skills cataloged from this repository
Category
Automation β€” 1648 skills

What Work Items To Jira does

Work Items To Jira breaks an existing work-items.md file into Jira tickets in one project, creating one issue per slice and linking dependencies. Use it after planning work items when you want implementation tickets tracked in Jira.

Work Items To Jira is cataloged under Automation on DirSkills. Work Items To Jira comes from a repository tagged claude, claude-code, claude-code-plugin, claude-skills and code-review.

Documentation

README

Project Context

  • personal config directory: !bash "${CLAUDE_PLUGIN_ROOT}/scripts/han-config-dir.sh" 2>/dev/null || echo "$HOME/.claude"
  • project .han/config.md: !cat .han/config.md 2>/dev/null || echo ""

As your first action, use the Read tool on .han/config.md inside the personal config directory path above. A read that returns no file is no personal configuration: continue silently. When that file or the project .han/config.md probe supplies content, apply it per config-rule.md, which governs precedence between the two files, relative-path resolution, and what to do with a file that reads but cannot be used.

Work Items to Jira Tickets

This is the opening of the README. Read the full README on GitHub.

Commands Work Items To Jira provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /plan-work-items

Frequently asked about Work Items To Jira

  • What else does testdouble publish alongside Work Items To Jira?

    Work Items To Jira is one of 25 skills that DirSkills catalogs from testdouble/han, the repository it ships in. Its siblings there include Architectural Analysis, Automated Test Planning and Code Overview. Each one is a separate skill with its own page in this directory, installs the same way Work Items To Jira does, and is maintained by testdouble in that same repository. The rest of the collection is listed on the testdouble/han page.

  • How does Work Items To Jira compare to other Automation skills?

    Work Items To Jira ranks #1467 by stars among the 1648 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Work Items To Jira against them. Open each page to compare what they document and how they install.

More from testdouble/han

Work Items To Jira is one of 25 skills cataloged on DirSkills from testdouble/han.

See all 25 skills β†’
πŸ—οΈ
1h ago

Architectural Analysis

Architectural Analysis examines a named module, directory, or feature and produces a structured architecture report. Use it when you need design, behavior, risk, and boundary guidance without changing code.
Quality
25322
πŸ§ͺ
1h ago

Automated Test Planning

Automated Test Planning analyzes source code to identify coverage gaps, edge cases, and the tests a branch needs. Use it when you need a standalone test plan for files or directories, not manual test steps or test code.
Quality
25322
🧭
1h ago

Code Overview

Code Overview produces a progressive-disclosure summary of unfamiliar code or a pull request’s changes, explaining why it exists, what it does, and where to start. Use it to get oriented before working on or reviewing code; it writes only a scratch file and does not change the target.
Writing
25322
πŸ“„
1h ago

Code Overview To Confluence

Code Overview To Confluence turns unfamiliar code or a pull request into a progressive-disclosure overview and publishes it to a Confluence location you specify. Use it when you need code explained and posted for review or sharing.
Writing
25322
πŸ”
1h ago

Code Review

Code Review guides an AI agent through a structured review process for changes. Use it to assess diffs for bugs, regressions, test gaps, YAGNI, and severity-ranked findings.
Quality
25322
🧭
1h ago

Code Walkthrough

Code Walkthrough walks a person through code changes one step at a time, starting at the entry point and following the flow that changed. It is used to learn, teach, or prepare to review existing code before extending it.
Quality
25322