jira-skill

Official

Automate Jira tasks from the terminal.

Authorkubiyabot
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables programmatic access to Jira REST and Agile APIs to manage issues, projects, sprints, and boards directly from a terminal or agent, reducing back-and-forth and accelerating workflows.

Core Features & Use Cases

  • Issue management: Create, update, fetch, delete, assign, and transition issues, plus add comments and log work.
  • Project & Agile insights: List and inspect projects, boards, and sprints, and retrieve detailed information for reporting.
  • Automation & integration: Seamlessly integrate Jira operations into automated pipelines and AI agent workflows for rapid task execution.
  • Use Case: A developer automation workflow that creates a new bug in a sprint when a failing test is detected, with a descriptive summary and initial assignee.

Quick Start

  1. Configure access: export JIRA_URL=https://your-domain.atlassian.net export [email protected] export JIRA_TOKEN=your_api_token
  2. Discover or run tools, for example: skill search "open issues in PROJ" skill issue-create --project PROJ --summary "Bug: unexpected crash" --issue_type Bug --description "Detailed report here" --assignee user-123

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: jira-skill
Download link: https://github.com/kubiyabot/skill/archive/main.zip#jira-skill

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.