What problem does it solve? Setting up testing infrastructure in Salesforce DevOps Center requires knowing the correct Connect API endpoints, object model, and sequencing — and mistakes like re-configuring an already-configured provider create duplicate records. This Skill guides the AI through the correct API calls with prerequisite checks and confirmation gates so pipeline testing is configured safely. ## Core Features & Use Cases - Configure a test provider: Enable an available provider (e.g., Code Analyzer, Flow Tests) on a pipeline so its suites become assignable to stages. - Sync a configured provider: Re-sync an existing provider via the sync endpoint to pull in newly created suites without creating duplicate configuration records. - Create quality gates: Build a quality gate with PASS_PERCENTAGE, SEVERITY, or ESSENTIAL rules and link it to a suite on a pipeline stage, with a mandatory impact preview. - Use Case: A release manager wants to enforce an 80% pass rate before promotion to Staging. The Skill resolves the stage trigger and suite-stage record, previews the impact, and creates the gate and rules against Salesforce API v67.0. ## Quick Start Ask the AI to configure the Flow Tests provider on your DevOps Center pipeline, or to set a quality gate with an 80 percent pass threshold on your Staging stage.