What problem does it solve? Deciding which test suites should run for a commit and wiring those suites to the right DevOps Center pipeline stages is manual and error-prone. This Skill analyzes a commit diff against assigned suite metadata to recommend relevant suites, flags coverage gaps, and manages suite-to-stage assignments with governance controls. ## Core Features & Use Cases - Suite Recommendation (Mode A): Classifies a commit diff by change type (Apex, Flow, Java, LWC, Code Analyzer), matches suites by test provider, ranks them, and flags new methods with no coverage — pure reasoning with no writes. - Single & Bulk Assignment (Modes B–C): Assigns one suite to a stage or bulk-maps multiple suites with a mandatory impact-preview table before any write. - Test Class Management (Mode D): Adds or removes individual test classes within a suite assignment, excluding rejected tests and requiring explicit confirmation. - Use Case: A developer commits changes to OrderService.cls and asks which suites cover it. The Skill recommends the matching Apex suites assigned to the Review trigger, flags an uncovered new method, and offers to assign an unlinked suite to the stage. ## Quick Start Ask which test suites should run for your latest commit, or request to assign a specific suite to a pipeline stage in your DevOps Center org.