What problem does it solve? Flaky test entries recorded on a Confluence hub page often sit untriaged with no Jira ticket, so they never get prioritized or fixed. This Skill reads the CPOMS StudentSafe Flaky Tests Hub page, identifies rows without a linked Jira issue, and creates properly formatted AI project Bug tickets for each one, then writes the Jira links back to the page. ## Core Features & Use Cases - Untriaged Row Detection: Parses the Confluence page's storage HTML to find table rows lacking a Jira smart-link macro or AI issue anchor, avoiding false positives from markdown rendering. - Structured Ticket Creation: Reads the referenced spec file, drafts an objective Bug description (test scenario, interactions, current vs expected behavior), gets user approval, and creates the ticket via jira-cli or the Atlassian MCP with fixed project, priority, component, and label defaults. - Page Write-Back: Updates each row's Jira cell with a smart-link macro and pushes a single Confluence page update after all tickets are created. - Use Case: A QA engineer opens the flaky tests hub, sees 12 untriaged entries, and runs this Skill to walk through each one, approve drafted tickets, and end with every row linked to an AI Bug ticket. ## Quick Start Triage the untriaged flaky tests from the Confluence hub page and create Jira Bug tickets for each one.