What problem does it solve? Legal triage outcomes like priority, SLA deadlines, and risk flags often end up buried in Jira comments where nobody can filter or sort on them. This Skill writes those values directly into native Jira fields so the team can actually act on them. ## Core Features & Use Cases - Native field updates: Sets Priority, Due date, Labels, and the Flagged (Impediment) field in a single atomic editJiraIssue call. - SLA-aware due dates: Computes due dates from SLA days, rolls weekend deadlines back to Friday, and never sets a date in the past. - Label merging and risk flags: Merges new matter/risk labels with existing ones and turns on the Impediment flag only for genuine blockers like regulator, claim, or inspection risks. - Use Case: After a legal-triage skill classifies ticket LEGAL-4321 as a high-priority NDA with a claim risk, this Skill sets priority=High, due date, labels matter:nda and risk:claim, and flags the ticket for lawyer attention. ## Quick Start Ask the assistant to run the jira-fields-and-flags skill on ticket LEGAL-4321 with priority High, a 7-day SLA, matter type nda, and a claim risk flag.