acli

Execute Atlassian CLI operations for Jira Cloud ticket management from the terminal.

17|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/ivanrvpereira/.agents --skill acli-ivanrvpereira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acli
Source: https://github.com/ivanrvpereira/.agents/tree/main/skills/acli
Command: npx skills add https://github.com/ivanrvpereira/.agents --skill acli-ivanrvpereira

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Atlassian Jira ticket work is often split between searching, editing, and updating issues across the web UI, which slows down automation-heavy workflows.

Core Features & Use Cases

  • Jira Cloud ticket operations via CLI: Search, view, create, edit, assign, transition, comment, manage attachments, link issues, and watch work items from the terminal.
  • Consistent command flags for repeatable automation: Use shared options like keys, JQL, fields selection, JSON/CSV output, pagination, and confirmation controls.
  • Rich ADF support for formatted content: Use the provided ADF reference to craft correct JSON for descriptions and comments (and use file-based flags to avoid formatting/escaping issues).

Quick Start

Ask your agent to use acli to search for unresolved bugs in a project using the right JQL and return only the fields you care about.

Frequently Asked Questions about acli

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

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

Jira ticket management from the command line is enabled by executing Atlassian CLI operations to search, create, edit, assign, transition, and comment on work items directly from your terminal.

Can I perform bulk Jira updates using JQL filters?

Bulk Jira updates using JQL filters are fully supported, allowing you to query unresolved issues by specific criteria and apply batch edits, transitions, or field changes across the retrieved work items.

How do I add rich formatted comments and descriptions to Jira tickets via CLI?

Rich formatted comments and descriptions are added to Jira tickets via CLI by crafting correct Atlassian Document Format JSON and passing it through file-based inputs to avoid formatting and escaping issues.

Does this approach support exporting Jira search results to JSON or CSV?

Exporting Jira search results to JSON or CSV is supported through consistent command flags, enabling terminal-driven automation workflows to output and parse work item data seamlessly.

What is the best way to automate Jira triage workflows in the terminal?

Automating Jira triage workflows in the terminal is best achieved by combining JQL searches with consistent work item flags for pagination, field selection, and bulk status transitions to process tickets efficiently.