What problem does it solve? When a user shares a Jira ticket URL or issue key, the assistant lacks the ticket's actual content. This Skill retrieves the issue summary, description, acceptance criteria, and recent comments via the installed jira-cli so implementation guidance and branch naming are grounded in real ticket data. ## Core Features & Use Cases - Issue Key Extraction: Parses issue keys like PN-3429 from Jira URLs using a strict pattern, and asks the user when parsing fails instead of guessing. - Ticket Context Retrieval: Runs jira issue view with optional recent comments or raw structured output to capture summary, acceptance criteria, constraints, and linked work. - Branch Naming Context: Derives branch name suggestions from the issue key and summary, preferring the repository's existing naming convention when visible. - Use Case: A user pastes a Jira URL and asks what the ticket is about; the Skill fetches the ticket, summarizes the description and recent comments, and confirms the parsed key matches. ## Quick Start Fetch and summarize the Jira ticket from this URL and suggest a branch name based on its summary.