atlassian

Manage Jira issues and Confluence pages via the Atlassian CLI.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/witooh/skills --skill atlassian-witooh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlassian
Source: https://github.com/witooh/skills/tree/main/skills/atlassian
Command: npx skills add https://github.com/witooh/skills --skill atlassian-witooh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interactions with Jira and Confluence, allowing users to manage work items, projects, and documentation directly from the command line without needing to open a web browser.

Core Features & Use Cases

  • Jira Work Item Management: Create, view, edit, transition, and assign Jira issues.
  • JQL Searching: Perform complex searches using Jira Query Language.
  • Confluence Management: View, create, and manage Confluence pages and spaces.
  • Use Case: Quickly transition a Jira ticket to "In Progress", assign it to yourself, and add a comment with a link to your commit.

Quick Start

Use the atlassian skill to search for all open issues assigned to me in the current sprint.

Frequently Asked Questions about atlassian

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

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

You can manage Jira work items from the command line by using this Skill to create, edit, transition, and assign issues directly, eliminating the need to open a web browser.

Can I search Jira issues using JQL in the terminal?

Yes, you can perform complex searches using Jira Query Language (JQL) directly in the terminal. This Skill passes your JQL queries through the Atlassian CLI to find matching Jira issues.

Do I need the Atlassian CLI installed to manage Confluence pages?

Yes, you must install and authenticate the Atlassian CLI (acli) for your Confluence instances. This Skill relies on acli to view, create, and manage Confluence pages and spaces.

What is the best way to transition a Jira ticket and add a comment without a browser?

The best way to transition a Jira ticket and add a comment without a browser is using this Skill to move the issue to 'In Progress', assign it, and append comments via the CLI.

Does this Skill support managing Jira sprints and boards from the terminal?

Yes, this Skill supports managing Jira sprints and boards from the terminal by executing acli commands to handle sprint and board operations directly.

Are there limitations when using the Atlassian CLI for task management?

The primary limitation is that the Atlassian CLI must be installed and properly authenticated for your Jira and Confluence instances before any task management or documentation interactions can occur.