What problem does it solve? Managing Jira tickets through the web UI is slow and hard to automate. This Skill lets you create, edit, and view Jira work items directly from the terminal using the acli CLI, with correct handling of rich-text descriptions via Atlassian Document Format (ADF). ## Core Features & Use Cases - View Tickets: Quickly inspect any Jira work item by key, such as DPSCEP-123. - Create Tickets: Create issues with summary, project, type, parent, labels, components, and ADF-formatted descriptions via --from-json. - Edit Tickets: Assign users, add or remove labels, and update descriptions with full ADF rich text including headings, lists, and code blocks. - Use Case: You need to file a bug with formatted reproduction steps and code samples. Build the ADF JSON payload, then run acli jira workitem create --from-json to create a properly formatted ticket in one command. ## Quick Start Ask the assistant to create a Jira ticket in your project with a formatted description using the acli CLI.