This runs DevOps Center test suites on pipeline stages and waits for results. It handles the full cycle: triggers async execution via the Connect API (with a confirmation gate since it mutates org state), polls by runId until complete or timed out, then hands failures off to analysis. Works for Pre-Promote, Post-Promote, or Review events. The retrigger mode is smart about quality gates: it won't re-run unless current coverage meets the threshold, which saves you from wasting cycles on tests that can't pass yet. Polling intervals are provider-specific and all data lives in the Salesforce org, not your local repo. Useful when you need to kick off stage tests or unblock a promotion after fixing coverage gaps.
npx -y skills add forcedotcom/sf-skills --skill dx-devops-test-suite-run --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot