What problem does it solve? Nightly and CI regression runs in IC design flows produce large volumes of failures that are tedious to triage manually, and flaky tests can hide real regressions. This Skill automates the mechanical triage steps so failures are deduplicated, classified by severity, and routed to the right owner or downstream skill. ## Core Features & Use Cases - Deterministic triage pipeline: Five programs aggregate pass/fail results, deduplicate failure signatures, classify severity (P0–P3), route failures to skills like /sta-review or /drc-fix, and quarantine flaky tests. - Intake gating: Rejects regression issues lacking a verbatim repro snippet, expected output, or drop-in fixture before triage begins. - LLM owner-assignment narrative: Composes human-readable owner assignments and daily Slack/email summaries on top of the structured program output. - Use Case: After a nightly Jenkins regression completes, run the pipeline to produce a dated report with pass percentage, P0 count, new failures with suggested owners, and a flaky-test quarantine list. ## Quick Start Triage last night's regression results and generate a summary report with severity classification and owner assignments.