agentforce-test

Write, run, and analyze structured test suites for Agentforce agents.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill agentforce-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentforce-test
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/agentforce-test
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill agentforce-test

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the manual overhead of validating Agentforce agents by helping you design, run, and interpret structured test suites with clear routing, action, outcome, and safety checks.

Core Features & Use Cases

  • Ad-hoc preview testing: Generate and run local smoke tests from a local authoring bundle while capturing traces for diagnosis.
  • Testing Center batch suites: Create persistent YAML test suites for regression coverage, CI/CD, and team-shared validation.
  • Action execution and debugging: Call Flow or Apex actions directly for isolated integration checks and failure analysis.
  • Safety and guardrail verification: Include prompt-injection probes, off-topic deflection tests, and explicit safety verdicts.
  • Reporting and fix loops: Summarize routing, action invocation, grounding, and response quality, then guide targeted repairs.

Quick Start

Ask me to draft a test plan for your Agentforce agent and I will propose the test cases, safety checks, and execution approach for your review before running anything.

Frequently Asked Questions about agentforce-test

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

FAQPage Schema
How do I write and run structured test suites for Agentforce agents?

Agentforce agent testing involves generating YAML test suites and preview smoke tests that validate routing, action execution, and safety checks using Salesforce CLI commands to capture traces for diagnosis and regression reporting.

Can I automate Agentforce regression testing in a CI/CD pipeline?

Yes, you can automate Agentforce regression testing in CI/CD workflows by creating persistent YAML batch suites in Testing Center, enabling automated execution and team-shared validation across development environments.

Does Agentforce testing support prompt-injection and safety guardrail verification?

Agentforce testing supports safety guardrail verification by executing explicit safety probes, including prompt-injection attempts and off-topic deflection tests, to ensure agents handle malicious inputs and unwanted topics correctly.

What is the best way to debug failed Flow or Apex actions in an Agentforce agent?

The best way to debug failed Agentforce actions is to call Flow or Apex actions directly for isolated integration checks, enabling you to analyze execution traces and pinpoint failures for targeted repairs.

Do I need Salesforce CLI preview commands to test Agentforce agents locally?

Yes, you need Salesforce CLI preview and testing commands to perform local ad-hoc smoke tests, capture execution traces, and run structured test suites against your local Agentforce authoring bundle.