This is a comprehensive testing framework for Agentforce agents that bridges the gap between development and production. It supports two main workflows: quick smoke tests using `sf agent preview` with local trace files, and formal batch testing via `sf agent test` for CI/CD pipelines. The skill auto-derives test cases from your agent definition if you don't provide utterances, analyzes trace files to diagnose failures (topic routing, action invocation, grounding issues), and runs an iterative fix loop to patch problems directly in your `.agent` file. It includes mandatory safety testing with explicit verdicts and comes with detailed jq commands for trace analysis. The cross-platform notes are thorough, covering Windows PowerShell equivalents for all bash examples.
npx skills add https://github.com/salesforceairesearch/agentforce-adlc --skill testing-agentforce