Alison Aquinas logoAlison's LLM Plugins

atlassian-cli-docs

Included in pluginci-cdView on GitHub ↗

Files

SKILL.mdagentsreferences

Install

Install the containing plugin
/plugin install ci-cd@llm-skills
Invoke this skill after installation
/ci-cd:atlassian-cli-docs
Download atlassian-cli-docs-skill.zip
This skill is bundled inside ci-cd. Install the plugin once, then Claude Code can use any of its included skills. Browse the full plugin repository at github.com/alisonaquinas/llm-ci-dev.

SKILL.md


name: atlassian-cli-docs description: > Look up Atlassian CLI (ACLI) documentation at developer.atlassian.com/cloud/acli using WebFetch. Covers CLI installation, the full command reference for admin, jira, and rovodev subcommands, CI pipeline integration, and shell autocompletion.

Atlassian CLI Docs Lookup

Navigate and fetch documentation from developer.atlassian.com/cloud/acli to answer questions about the Atlassian CLI (ACLI), command installation, all available commands, CI/CD pipeline integration, and shell autocompletion. This skill encodes the ACLI docs structure so the agent can construct direct links and retrieve relevant documentation.


Intent Router

Load reference files for depth on specific topics:

TopicFileLoad when...
Site Navigationreferences/navigation.mdUnderstanding the ACLI docs site structure and available guide sections
Quick Referencereferences/quick-reference.mdLooking up the most frequently needed ACLI command pages
Command Referencereferences/command-reference.mdConfiguring and using admin, jira, and rovodev subcommands
CI Integrationreferences/ci-integration.mdIntegrating ACLI into CI pipelines, command chaining, and output redirection

Quick Start

Key URL Patterns

The ACLI documentation is organized around these top-level sections:

  • Guides Hub: https://developer.atlassian.com/cloud/acli/guides/
  • Installation: https://developer.atlassian.com/cloud/acli/guides/installation/
  • Getting Started: https://developer.atlassian.com/cloud/acli/guides/getting-started/
  • Command Reference: https://developer.atlassian.com/cloud/acli/reference/
  • CI Pipeline Integration: https://developer.atlassian.com/cloud/acli/guides/ci-pipeline-integration/
  • Changelog: https://developer.atlassian.com/cloud/acli/changelog/

How to Look Up Documentation

  1. Identify the topic (guides, installation, jira commands, admin commands, CI integration)
  2. Start with the appropriate section URL from above
  3. Use WebFetch to load the page and extract relevant details
  4. When the specific page is unknown, load the quick-reference to find the most common pages
  5. For CI pipeline patterns, consult the CI Integration reference
# Navigate to a specific command page by constructing its URL
# Pattern: https://developer.atlassian.com/cloud/acli/reference/<subcommand>/<action>/
# Example: look up how to create a Jira work item
Use WebFetch on https://developer.atlassian.com/cloud/acli/reference/jira/workitem/create/

Common WebFetch Patterns

Use WebFetch on https://developer.atlassian.com/cloud/acli/guides/ to find all guides
Use WebFetch on https://developer.atlassian.com/cloud/acli/reference/ to browse all commands
Use WebFetch on https://developer.atlassian.com/cloud/acli/reference/jira/workitem/create/ for command details
Use WebFetch on https://developer.atlassian.com/cloud/acli/guides/ci-pipeline-integration/ for CI patterns

Notable

  • Cloud-only: ACLI works exclusively with Jira Cloud. Server and Data Center are not supported.
  • Government Cloud: ACLI does not support Atlassian Government Cloud.

Related References

  • Load Site Navigation to understand the ACLI docs site structure and available sections
  • Load Quick Reference for the top commands and most frequently accessed pages
  • Load Command Reference for the complete admin, jira, and rovodev command trees
  • Load CI Integration for pipeline patterns, command chaining, and CI-specific auth
← Back to marketplace