Jira AI CLI Integration is a automation claude skill built by Anatolii Fesiuk. Best for: DevOps engineers and project managers automate Jira workflows, create/update issues, and manage projects without excessive token consumption..

What it does
Execute Jira operations via token-efficient CLI commands for issue management, project queries, and Confluence updates.
Category
automation
Created by
Anatolii Fesiuk
Last updated
Claude Skillautomation GitHub-backed CuratedintermediateClaude Code

Jira AI CLI Integration

Execute Jira operations via token-efficient CLI commands for issue management, project queries, and Confluence updates.

Skill instructions

Jira AI CLI - AI Agent Skill

An AI-friendly CLI for Jira designed for maximum efficiency and security.

Why Use Jira AI CLI?

  • Efficiency: Consumes significantly fewer tokens than Jira MCP or similar tools by eliminating redundant context data.
  • Security: Bullet-proof security by restricting AI actions to only what you permit.

Installation & Setup

General Installation

npm install -g jira-ai

Authentication

Run interactive authorization:

jira-ai auth

Or use a .env file for service accounts:

jira-ai auth --from-file path/to/.env

Setup Settings & Restrictions

jira-ai settings --help

Command Overview

Issues

  • issue get <issue-id>: Retrieve issue details.
  • issue create: Create a new issue.
  • issue search <jql>: Execute JQL search.
  • issue transition <issue-id> <status>: Change issue status.
  • issue update <issue-id>: Update description from Markdown file.
  • issue comment <issue-id>: Add comment from Markdown file.
  • issue assign <issue-id> <account-id>: Assign issue.
  • issue label <add|remove> <issue-id> <labels>: Manage labels.

Projects & Users

  • project list: List accessible projects.
  • user search [project-key]: Find users.
  • user worklog <user> <timeframe>: Get worklogs.

Confluence

  • confl get <url>: Retrieve Confluence page content.
  • confl create <space> <title>: Create a new page.
  • confl update <url>: Update page content from Markdown.

Organization Management

  • org list/use/add/remove: Manage multiple Jira organization profiles.

For a full list of commands, refer to the Available Commands documentation.

Use this skill

Most skills are portable instruction packages. Claude Code supports SKILL.md directly. Other agents can use adapted files like AGENTS.md, .cursorrules, and GEMINI.md.

Claude Code

Save SKILL.md into your Claude Skills folder, then restart Claude Code.

mkdir -p ~/.claude/skills/jira-ai-cli-integration && curl -L "https://raw.githubusercontent.com/festoinc/jira-ai/51fce8c03c8b94396f38ab048bdb4318ad2a61ed/SKILL.md" -o ~/.claude/skills/jira-ai-cli-integration/SKILL.md

Installs to ~/.claude/skills/jira-ai-cli-integration/SKILL.md.

Use cases

DevOps engineers and project managers automate Jira workflows, create/update issues, and manage projects without excessive token consumption.

Reviews

No reviews yet. Be the first to review this skill.

No signup required

Stats

Installs0
GitHub Stars8
Forks2
LicenseApache License 2.0
UpdatedMar 17, 2026