dx-devops-test-suite-assignments-configure

Analyze commit diffs to recommend and assign Salesforce DevOps Center test suites.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/padjei/SF_Agents --skill dx-devops-test-suite-assignments-configure-padjei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dx-devops-test-suite-assignments-configure
Source: https://github.com/padjei/SF_Agents/tree/main/.claude/skills/dx-devops-test-suite-assignments-configure
Command: npx skills add https://github.com/padjei/SF_Agents --skill dx-devops-test-suite-assignments-configure-padjei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps manage and recommend DevOps Center test suite assignments for pipeline stages, ensuring that the right tests are in place for each stage.

Core Features & Use Cases

  • Recommendation: Analyze commit diffs against suite metadata to recommend relevant existing suites and flag coverage gaps.
  • Assignment: Assign a single suite, bulk-map multiple suites with an impact preview, or add/remove test classes with governance rules.
  • Use Case: Use this Skill to recommend suites for a commit, assign or map suites to stages, or add/remove tests in a suite to optimize your testing process.

Quick Start

Use the dx-devops-test-suite-assignments-configure skill to recommend test suites for a commit, or to assign a suite to a stage.

Frequently Asked Questions about dx-devops-test-suite-assignments-configure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I assign Salesforce test suites to DevOps Center pipeline stages?

Assign Salesforce test suites to DevOps Center pipeline stages by mapping suites to specific stages or bulk-mapping multiple suites with an impact preview. This ensures the correct tests execute for each pipeline phase.

Can I analyze commit diffs to recommend existing test suites for my pipeline?

Yes, analyzing commit diffs against suite metadata recommends relevant existing Salesforce test suites for your pipeline. It evaluates changes and flags coverage gaps where test classes are missing for the committed metadata.

What's the best way to add or remove test classes from a DevOps Center test suite?

Add or remove test classes from a DevOps Center test suite by applying governance rules to manage test class assignments. This optimizes the testing process by maintaining accurate suite compositions for stage deployments.

Does the test suite assignment process require a specific Salesforce API version?

Yes, configuring DevOps Center test suite assignments requires Salesforce API v67.0. The process specifically utilizes the testSuiteStages Connect API to manage and recommend suite mappings across pipeline stages.

Why do I need to map test suites to specific pipeline stages in Salesforce DevOps Center?

Mapping test suites to specific pipeline stages ensures the right tests are in place for each deployment phase. This stage-specific assignment prevents running unnecessary tests and validates metadata changes accurately.