testing-agentforce

Installation
SKILL.md

ADLC Test

Automated testing for Agentforce agents with smoke tests, batch execution, and iterative fix loops.

Overview

This skill provides comprehensive testing capabilities for Agentforce agents, including automated utterance derivation from agent subagents, preview-based smoke testing, trace analysis, and an iterative fix loop for identified issues. It bridges the gap between initial development and production deployment.

Platform Notes

  • Shell examples below use bash syntax. On Windows, use PowerShell equivalents or Git Bash.
  • Replace python3 with python on Windows.
  • Replace /tmp/ with $env:TEMP\ (PowerShell) or %TEMP%\ (cmd).
  • Replace jq with python -c "import json,sys; ..." if jq is not installed.
  • find ... | head -1 -> Get-ChildItem -Recurse ... | Select-Object -First 1 in PowerShell.

Usage

This skill uses sf agent preview and sf agent test CLI commands directly.

Related skills

More from forcedotcom/afv-library

Installs
873
GitHub Stars
290
First Seen
Apr 10, 2026