What problem does it solve? Working with Jira tickets normally requires switching to the web UI or configuring an MCP connector. This Skill gives full read/write access to Jira Cloud directly from the terminal using the REST API v3, authenticated with just an email and API token. ## Core Features & Use Cases - Full Issue Lifecycle: Search with JQL, read, create, edit, assign, transition (close), comment on, and log work against Jira issues. - Dual Token Support: Works with both classic (unscoped) and scoped Atlassian API tokens, routing through the correct endpoint automatically. - Safe Deletion Guardrails: True issue deletion is possible but gated behind explicit confirmation, defaulting to closing via workflow transitions instead. - Use Case: Ask to "close all my resolved bugs from last sprint and log 2 hours on PROJ-123" — the Skill searches with JQL, transitions each issue through the correct workflow state, and adds the worklog entry. ## Quick Start Set JIRA_EMAIL, JIRA_API_TOKEN, and JIRA_WORKSPACE as environment variables, then ask the assistant to list your open Jira issues or create a new ticket in your project.