sf-deployment

Coordinate Salesforce metadata deployment with validation, quick deploy, and rollback planning.

13|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/jiten-singh-shahi/salesforce-claude-code --skill sf-deployment-jiten-singh-shahi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sf-deployment
Source: https://github.com/jiten-singh-shahi/salesforce-claude-code/tree/main/.cursor/skills/sf-deployment
Command: npx skills add https://github.com/jiten-singh-shahi/salesforce-claude-code --skill sf-deployment-jiten-singh-shahi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying Salesforce metadata to orgs often requires multiple tools, manual steps, and careful coordination to avoid downtime and conflicts.

Core Features & Use Cases

  • Supports SF CLI source deploy, Metadata API, package deployment, and rollback planning
  • Enables validation-then-quick-deploy workflows for zero-downtime releases
  • Suitable for Apex, LWC, Metadata deployment, and production release coordination

Quick Start

Execute a deployment workflow to deploy, validate, and rollback Salesforce metadata changes to a target org.

Frequently Asked Questions about sf-deployment

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

FAQPage Schema
How do I validate Salesforce metadata before doing a production deployment?

To deploy Apex and LWC changes to Salesforce, you can coordinate SF CLI source deploy and Metadata API package deployments. This approach handles metadata changes across sandboxes and production with rollback planning.

What is the best way to plan a rollback for a Salesforce release?

The best way to plan a rollback for a Salesforce release is to execute a deployment workflow that includes built-in rollback planning. This requires a clear deployment strategy with monitoring steps to revert metadata changes if needed.

Do I need SF CLI and Metadata API access to deploy Salesforce metadata?

Yes, you need both SF CLI and Metadata API access to coordinate Salesforce metadata deployments. These tools are required to manage source deploy, package deployment, and validation workflows across your target orgs.

Can I coordinate zero-downtime deployments for Apex and LWC across sandboxes?

Yes, you can coordinate zero-downtime deployments for Apex and LWC across sandboxes and production. This is achieved by applying a validation-then-quick-deploy workflow using SF CLI and the Metadata API.

Why does deploying Salesforce metadata require coordinating multiple deployment methods?

Deploying Salesforce metadata requires coordinating multiple methods because releases involve Apex, LWC, and metadata changes across different environments. Coordinating SF CLI, Metadata API, and package deployment avoids manual steps, downtime, and conflicts.