atlassian-cli

Manage Atlassian authentication and retrieve item data via CLI.

3|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/adbertram/cli-tools --skill atlassian-cli-adbertram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlassian-cli
Source: https://github.com/adbertram/cli-tools/tree/main/_repo/skills/atlassian-cli
Command: npx skills add https://github.com/adbertram/cli-tools --skill atlassian-cli-adbertram

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the friction of navigating complex browser-based Atlassian interfaces by providing a predictable, command-line interface for common service operations.

Core Features & Use Cases

  • Unified Authentication: Manage browser-based sessions and multiple auth profiles through a single command surface.
  • Efficient Search & Retrieval: Quickly query, list, and inspect Atlassian items using structured filters and table-formatted output.
  • Use Case: Instead of manually clicking through browser menus to find a specific ticket or document, use the CLI to search for items by query and pipe the JSON output directly into your automation workflow.

Quick Start

Use the atlassian-cli to search for items matching the term project alpha and display the results in a table.

Frequently Asked Questions about atlassian-cli

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

FAQPage Schema
How do I search for Atlassian items from the command line?

Search for Atlassian items from the command line by using the atlassian-cli tool to query terms and output structured table or JSON data. This removes the friction of navigating complex browser-based interfaces manually.

How does browser automation handle Atlassian authentication in a CLI workflow?

Atlassian authentication in a CLI workflow uses browser-automation to manage validated browser-authenticated profiles and verify sessions. It provides a unified command surface to handle multiple auth profiles securely.

Do I need the atlassian CLI tool installed to retrieve Jira tickets?

Yes, you need the atlassian CLI tool installed and configured with valid browser-authenticated profiles to retrieve Jira tickets. The skill facilitates structured data retrieval but requires this external tool for operation.

Can I pipe Atlassian search results directly into an automation workflow?

Yes, you can pipe Atlassian search results directly into an automation workflow. The CLI outputs structured JSON data from item queries, allowing seamless integration with downstream automation pipelines.

What is the best way to manage multiple Atlassian auth profiles for automation?

The best way to manage multiple Atlassian auth profiles for automation is using a CLI that provides unified authentication management. It handles browser-based sessions and verifies multiple profiles through a single command surface.