From odh-ai-helpers
Verifies acli CLI installation and Jira authentication. Use when troubleshooting acli issues or setting up acli for the first time.
How this skill is triggered — by the user, by Claude, or both
Slash command
/odh-ai-helpers:acli-setup-checkThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verify that the `acli` CLI tool is installed, authenticated, and can access Jira.
Verify that the acli CLI tool is installed, authenticated, and can access Jira.
Run the following command to check if acli is available:
which acli
If the command returns a path (e.g., /usr/local/bin/acli), proceed to Step 2.
If the command returns nothing or "not found":
acli is not installed. Please install it from:
https://developer.atlassian.com/cloud/acli/guides/install-acli/
After installation, run:
acli jira auth
Test if acli is authenticated by checking the authentication status:
acli jira auth status 2>&1
This command checks if acli is authenticated and can reach the Jira server without requiring access to specific projects.
Analyze the output:
acli jira auth
If authentication is successful, report success to the user:
✓ acli is installed and authenticated
✓ Connected to: https://redhat.atlassian.net
You're ready to use acli-based Jira skills!
acli jira auth and stopUser: /acli-setup-check
Assistant:
✓ acli is installed at /usr/local/bin/acli
✓ Connected to: https://redhat.atlassian.net
You're ready to use acli-based Jira skills!
npx claudepluginhub opendatahub-io/ai-helpersOpt-in Atlassian/Jira integration via acli for creating work items, transitioning statuses, adding comments, and linking PRs. Activates when working with Jira, Atlassian, or acli.
Validates file existence and uploads attachments to Jira tickets via the Jira REST API. Requires acli auth, JIRA_API_TOKEN, and JIRA_EMAIL.