create-jira-ticket
Installation
SKILL.md
Create a JIRA ticket from the user’s instructions using the Atlassian CLI (acli). Prefer the same project as the current branch when it can be inferred from a JIRA key in the branch name; otherwise ask which project. Load epics for that project, infer the best epic for the new work, show a preview, and obtain explicit confirmation before creating the issue.
Usage:
/create-jira-ticket— Pass the ticket description in the same message as$ARGUMENTS(summary intent, bug vs feature, acceptance criteria, links, etc.)
Instructions:
- Validate
acliis installed and authenticated:- Run
acli auth status. - If the command is not found, display the error below and STOP:
Atlassian CLI (acli) is not installed. Install with: brew tap atlassian/acli && brew install acli - If authentication fails, display the error below and STOP:
Atlassian CLI is not authenticated. Run: acli auth login
- Run