jira-cli

Manage Jira tickets via scriptable command-line operations.

Updated Dec 9, 2025
One-click install
npx skills add https://github.com/SecKatie/kmtools --skill jira-cli-seckatie
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: jira-cli
Source: https://github.com/SecKatie/kmtools/tree/main/jira-cli
Command: npx skills add https://github.com/SecKatie/kmtools --skill jira-cli-seckatie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira ticket management can be time-consuming and error-prone when done manually via web UI. This skill provides a command-line interface to perform common Jira operations quickly and reproducibly.

Core Features & Use Cases

  • Non-interactive, scriptable commands for listing, viewing, creating, editing, updating, and managing Jira issues, transitions, and worklogs.
  • Clear environment setup guidance, authentication troubleshooting, and configuration examples to ensure reliable automation in CI/CD and developer workflows.
  • Use Case: Automate daily project hygiene tasks, generate status reports, and enforce consistent Jira usage across engineering teams.

Quick Start

Install Jira CLI, configure authentication, and start by listing your issues with a single command.

Frequently Asked Questions about jira-cli

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

FAQPage Schema
How do I manage Jira tickets from the command line?▼

You can manage Jira tickets from the command line using a dedicated CLI to execute non-interactive commands for listing, viewing, creating, and updating issues, enabling fast and reproducible ticket management workflows.

Can I automate Jira issue creation and updates in CI/CD pipelines?▼

Yes, you can automate Jira issue creation and updates within CI/CD pipelines. The skill provides non-interactive commands and environment configuration guidance designed for reliable automation in development and operations workflows.

Do I need a specific Jira CLI installed to script issue transitions and worklogs?▼

Yes, you need a Jira CLI installed, proper authentication, and a configured environment to script issue transitions and worklogs. These prerequisites enable non-interactive execution for reliable automation tasks.

What is the best way to automate daily Jira project hygiene tasks?▼

The best way to automate daily Jira project hygiene tasks is using scriptable command-line operations. This enforces consistent Jira usage across engineering teams by executing repetitive ticket updates without manual web UI intervention.

Why does non-interactive Jira ticket management fail during automation?▼

Non-interactive Jira ticket management typically fails during automation due to improper authentication or unconfigured environments. Proper setup and authentication troubleshooting are required to enable reliable scriptable execution.