Handles the full testing lifecycle for Agentforce agents, from smoke tests during development to CI/CD regression suites. Two modes: ad-hoc preview testing with local trace analysis (good for quick iteration and fix validation) and deployed test suites via Testing Center (good for shared regression coverage). Auto-derives test utterances from your agent definition if you don't provide them, always targeting subagents, actions, guardrails, and safety probes. The iterative fix loop is clever, it diagnoses failures from trace files and suggests targeted edits to topic descriptions, action guards, or grounding instructions. Includes direct action execution via REST API when you need to test Flows or Apex in isolation. Fills the gap between initial authoring and production deployment.
npx skills add https://github.com/forcedotcom/sf-skills --skill testing-agentforce