atlassian-rovo
Installation
SKILL.md
Atlassian ACLI + REST API Automation
Configuration Discovery
Before starting any workflow, gather these from the user or discover via CLI:
| Setting | How to get it | Store as |
|---|---|---|
| Site URL | Ask user for *.atlassian.net URL |
{site} |
| Jira Project Key | Ask user, or acli jira project list |
{projectKey} |
| Confluence Space | Ask user, or query REST API | {spaceKey} |
| Parent Page | Ask user, or use space root | {parentId} |
Always ask the user which project/space to use. Never assume defaults.
Use --limit 10 for all Jira list operations and limit=10 for Confluence REST API calls.