pi-skill-acli
Pi skill for interacting with Atlassian Cloud (Jira & Confluence) via the acli CLI
Package details
Install pi-skill-acli from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-skill-acli- Package
pi-skill-acli- Version
1.0.0- Published
- Jun 29, 2026
- Downloads
- 164/mo · 19/wk
- Author
- daniel.ziegenberg
- License
- MIT
- Types
- skill
- Size
- 15 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
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-acli
What'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