acli

Automates Jira and Atlassian admin tasks via the acli binary command line interface.

14|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/gtheys/opencode --skill acli-gtheys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acli
Source: https://github.com/gtheys/opencode/tree/main/coding/skills/acli
Command: npx skills add https://github.com/gtheys/opencode --skill acli-gtheys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira and Atlassian workflow management often requires switching between web UI and CLI tools; this Skill consolidates Jira Cloud and Atlassian administration tasks into a single, operable reference with structured commands and best practices.

Core Features & Use Cases

  • Implements a full command-set for jira workitem, project, board, sprint, filter, dashboard, field operations, admin user management, rovodev, and feedback.
  • Provides authentication guidance and safe usage patterns for admin API keys and OAuth, enabling automation in CI/CD pipelines and local development.
  • Use case: A devops engineer wants to bulk-create tasks from a CSV, fetch project details, and audit user access using the acli binary in a single session.

Quick Start

Install and verify the acli binary is available, then run a sample Jira project view to validate connectivity.

Frequently Asked Questions about acli

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

FAQPage Schema
How do I automate Jira administration tasks from the command line?

You can automate Jira administration tasks using the acli binary to manage work items, projects, boards, filters, and dashboards. It enables operation directly from the CLI without switching to the web UI.

How do I bulk-create Jira work items from a CSV file?

To bulk-create Jira work items from a CSV, use the acli binary in a single session. It supports reading standard CSV inputs to populate tasks, fetch project details, and audit user access automatically.

Do I need to install the acli binary to manage Jira Cloud projects and sprints?

Yes, you must install and authenticate the acli binary to manage Jira Cloud projects and sprints. Once verified, you can run commands to view project details and operate on sprint data locally.

Can I use acli for Jira user management and authentication in CI/CD pipelines?

Yes, acli supports Jira admin user management and authentication for CI/CD pipelines. It provides safe usage patterns for admin API keys and OAuth, enabling automation in local development and continuous integration.

What is the best way to manage Atlassian boards, filters, and dashboards without the web UI?

The best way to manage Atlassian boards, filters, and dashboards without the web UI is using acli. It consolidates these operations into a structured command set, allowing direct query and modification from your terminal.