platform-metadata-deploy

Coordinate Salesforce metadata deployments with validation and dependency ordering.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the risk and guesswork from Salesforce metadata releases by coordinating validation, deployment, verification, and safe post-deploy handoff.

Core Features & Use Cases

  • Dry-Run Validation: Check a change set before committing it to the org.
  • Deployment Orchestration: Deploy source-based, manifest-based, or targeted metadata with the right dependency order.
  • Release Operations: Support quick deploy, status reporting, cancellation, CI/CD guidance, and failure triage.
  • Example Use Case: Ship objects, fields, permission sets, Apex, Flows, or Agentforce metadata to a sandbox or production org while preserving release safety.

Quick Start

Ask the platform-metadata-deploy skill to validate your Salesforce metadata change set for the target org and then guide the safest next deployment step.

Frequently Asked Questions about platform-metadata-deploy

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

FAQPage Schema
How do I validate Salesforce metadata before deploying to production?

To validate Salesforce metadata before deployment, run a dry-run validation against the target org using explicit deployment scope like source-dir, metadata, or manifest. This verifies components safely without committing changes to the production environment.

Can I deploy Salesforce Agentforce metadata using the sf CLI?

Yes, you can deploy Salesforce Agentforce metadata using sf CLI v2. The deployment orchestrates publishing Agentforce components alongside objects, permissions, Apex, and Flows while maintaining correct dependency ordering.

What's the best way to orchestrate dependency ordering for Apex and Flows in Salesforce deployments?

The best way to orchestrate dependency ordering for Apex and Flows is using deployment orchestration that sequences objects, fields, permission sets, and related dependencies correctly. This ensures validation and deployment succeed without missing dependency failures.

Do I need a manifest file to deploy source-based Salesforce metadata to non-source-tracking orgs?

Yes, deploying source-based Salesforce metadata to non-source-tracking orgs requires explicit deployment scope such as source-dir, metadata, or manifest. Without this scope, the sf CLI cannot determine which components to validate or deploy.

Why does my Salesforce CI/CD metadata deployment keep failing?

Salesforce CI/CD metadata deployments often fail due to incorrect dependency ordering, missing validation steps, or undefined deployment scope. Troubleshoot by running a dry-run validation first and ensuring objects, permissions, Apex, and Flows are sequenced correctly.

How do I quick deploy after a successful validation in Salesforce?

To quick deploy after successful validation in Salesforce, use the quick deploy operation to finalize previously validated metadata. This skips redundant checks and pushes the exact validated component set directly to the target org.