What problem does it solve? Reading raw STA reports and deciding how to close timing is slow and error-prone, especially across multiple PVT corners. This Skill runs deterministic triage programs that classify every violating endpoint into five categories and map each to a concrete fix strategy, so WNS/TNS numbers and corner coverage are never guessed or fabricated. ## Core Features & Use Cases - Deterministic endpoint triage: Runs sta_triage_classify.py to bucket violations into cell-delay, net-delay, logic-depth, clock-skew, and hold categories, each with a fix strategy (upsize, buffer insertion, pipelining, useful skew). - Multi-corner sign-off auditing: Verifies SS/FF corner coverage, corner-to-liberty resolution, and DRV queries so a typ-only pass is never recorded as multi-corner closure. - PnR repair completeness gating: Fails OpenROAD scripts that run hold-only repair without set_wire_rc, repair_design, and repair_timing -setup. - Use Case: After post-route STA on a GF180MCU design shows WNS of -2.5 ns at the slow corner, run this Skill to classify the failing endpoints, identify a loop-bound iterative datapath, and produce a fix list handed off to RTL repair or ECO planning. ## Quick Start Review the STA report at sta/worst_setup.rpt, triage all violating endpoints, and tell me which fixes close timing at the slow sign-off corner.