pi-skill-acli
v1.0.0
Published
Pi skill for interacting with Atlassian Cloud (Jira & Confluence) via the acli CLI
Maintainers
Readme
pi-skill-acli
A pi skill for interacting with Atlassian Cloud (Jira & Confluence) via the acli CLI.
Covers Jira work items (JQL search, create, edit, transition, comment, link, clone), projects, sprints, boards, filters, and Confluence pages, spaces, and blog posts.
Prerequisites
aclimust be installed (acli --version) and authenticated- OAuth:
acli auth login(Jira + Confluence) oracli jira auth login --web - API token:
acli jira auth login --site <site>.atlassian.net --email <you> --token - Verify with
acli auth status
- OAuth:
Install
pi install npm:pi-skill-acliWhat's Included
The skill teaches the agent how to:
- Work Items — JQL search, view, create (incl. bulk), edit, transition, assign, clone, delete, archive
- Comments — create (with
--edit-last), list, update (incl. ADF + visibility), delete - Selectors — the shared
--key/--jql/--filterpattern used by mutating commands - Links, Attachments & Watchers — create/list/delete links, list/delete attachments, list/remove watchers
- Projects — list, view, create, update, delete, archive, restore
- Sprints — view, list work items, create, update, delete
- Boards — search, view, list sprints/projects, create, delete
- Filters — list, search, view, update (and reuse via
workitem search --filter) - Confluence — spaces (list/view/create/update/archive/restore), pages (view), blog posts (list/view/create)
- Authentication — global and product-scoped OAuth/API-token login, status, switch, logout
License
MIT
