jira

Create, update, and synchronize Jira issues with a connector.

1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/Wondermove-Inc/calab-claude-plugin --skill jira-wondermove-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/Wondermove-Inc/calab-claude-plugin/tree/main/plugins/calab-plugin/skills/jira
Command: npx skills add https://github.com/Wondermove-Inc/calab-claude-plugin --skill jira-wondermove-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

JIRA 연동 스킬은 이슈 생성, 상태 업데이트 및 양방향 동기화를 통해 개발 팀의 이슈 관리와 워크플로우를 간소화합니다.

Core Features & Use Cases

  • 이슈 생성 자동화: 제목, 설명, 필수 필드를 기반으로 이슈를 자동으로 생성합니다.
  • 상태 동기화: 로컬 작업 트리의 상태와 Jira 이슈 상태를 일관되게 동기화합니다.
  • 이슈 연결: 커밋/브랜치를 Jira 이슈에 연결해 추적성을 확보합니다.
  • Use Case: Jira와 로컬 개발 워크플로를 연결해 팀 간 커뮤니케이션을 개선합니다.

Quick Start

/jira [이슈키] # 이슈 정보 조회 /jira --sync # worktree와 JIRA 동기화 /jira --create [제목] # 새 이슈 생성 /jira --update [이슈키] # 이슈 상태 업데이트 /jira --link [이슈키] # 현재 작업과 이슈 연결

Frequently Asked Questions about jira

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

FAQPage Schema
How do I automate Jira issue creation and status updates from my local development workflow?

Automating Jira issue creation and status updates is achieved by linking local worktree states with Jira issues through a connector that supports --create, --update, and --sync options to generate synchronization logs and issue mappings.

How does Jira branch and commit linking work for issue tracking?

Jira branch and commit linking works by using the --link option to connect the current local development work to a specific Jira issue, establishing traceability between code changes and the tracked issue.

Can I synchronize local worktree status with Jira issue states in both directions?

Yes, you can synchronize local worktree status with Jira issue states bidirectionally using the --sync option, which outputs synchronization logs and ensures consistent issue tracking across development workflows.

What is the best way to integrate agile issue tracking into a software development pipeline without manual updates?

Integrating agile issue tracking into a software development pipeline is best handled by using an automated Jira connector to create, update, and synchronize work items, eliminating manual updates and improving team communication.

Do I need a Jira connector to use issue synchronization and automation features?

Yes, a Jira connector is required to satisfy the integration requirements for issue synchronization, as it enables the tool to interact with Jira APIs to create, update, and link issues within your development workflow.

Why are my Jira issues not syncing with my local development worktree?

Jira issues failing to sync with a local development worktree typically indicates an issue with the Jira connector configuration or a mismatch between the local state and the Jira issue keys targeted by the --sync command.