
from salesforce-claude-code13
Comprehensive patterns for Apex integration tests, LWC Jest tests, and Salesforce deployment verification.
Provides a robust framework for writing end-to-end integration tests in Salesforce. It covers complex business workflow validation, bulk record processing (200+ records), asynchronous job verification, and multi-user permission testing to ensure stability across the entire Salesforce stack.
Use this skill when you need to verify full automation chains (Triggers $\rightarrow$ Flows $\rightarrow$ Queueable jobs) or when setting up pre-deployment verification suites for Sandbox or Production environments.
@TestSetup, bulkification, and Test.startTest()/stopTest() isolation.sf project deploy validate and sf apex run test.Specifically optimized for Claude Code and Cursor within the Salesforce development ecosystem.
This skill has not been reviewed by our automated audit pipeline yet.
Search-First (Research Before You Code)
Agent workflow to search for existing Salesforce tools, libraries, MCP servers, and packages before writing new code—helps decide whether to adopt, extend, or b
Salesforce Deployment Constraints
Enforce safe Salesforce deployments: validation-first workflow, test-coverage gates, dependency ordering, pre-deploy snapshots, and rollback readiness.
Sf Docs Lookup
Use when looking up official Salesforce documentation. Apex reference, LWC docs, platform guides, API references, and SF CLI commands via WebSearch.
SF Agentforce Development
Guides building Agentforce AI agents: agent script patterns, actions (Apex invocable), testing workflows, deployment and metadata best practices.