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:

  1. Validate acli is 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
      
Related skills

More from morphet81/cheat-sheets

Installs
80
First Seen
Apr 7, 2026