acli

Automate Jira issue creation, viewing, editing, searching, and linking with acli.

2|Updated Dec 19, 2025
One-click install
npx skills add https://github.com/paveg/dots --skill acli-paveg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acli
Source: https://github.com/paveg/dots/tree/main/dot_claude/skills/acli
Command: npx skills add https://github.com/paveg/dots --skill acli-paveg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Atlassian CLI (acli) enables teams to automate Jira ticket operations, reducing manual work and human errors.

Core Features & Use Cases

  • Create, view, edit, search, and link Jira issues and work items from the command line.
  • Enforce project keys, parent-child relationships, and issue types to maintain consistent workflows.
  • Use JSON-based inputs with --from-json for complex descriptions (ADF) and bulk operations.

Quick Start

Provide the project key and required context, then run appropriate acli commands to manage Jira tickets.

Frequently Asked Questions about acli

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

FAQPage Schema
How do I automate Jira ticket creation from the command line?

Automate Jira ticket creation by providing a project key, optional parent epic, and issue type to generate issues via CLI. Supports parent-child relationships and bulk operations for consistent workflow management.

Can I use JSON to create complex Jira descriptions with ADF?

Yes, use the --from-json flag to pass JSON inputs for complex Atlassian Document Format (ADF) descriptions. This supports bulk operations and detailed formatting when creating or editing Jira issues.

What do I need to manage Jira work items using a CLI workflow?

Managing Jira work items requires a valid project key, an issue type, and an optional parent epic for hierarchy. The CLI uses these inputs to enforce consistent project workflows and parent-child relationships.

How do I search and link existing Jira issues from a terminal?

Search and link Jira issues by running CLI commands with the appropriate project keys. The tool automates viewing, editing, and linking tickets under specified parent-child relationships without manual web interface interaction.

Does CLI-based Jira automation support bulk ticket operations?

Yes, CLI-based Jira automation supports bulk operations through JSON inputs. Use --from-json to handle complex descriptions and manage multiple work items efficiently under specific project keys.

What are the limitations of automating Jira tasks via CLI?

Automating Jira tasks via CLI requires strict adherence to project keys, parent-child relationships, and issue types. Operations rely on accurate user-provided context and JSON formatting for complex ADF descriptions to prevent workflow errors.