What problem does it solve? Deploying Salesforce metadata manually is error-prone: wrong deployment order causes dependency failures, untested changes break production, and failed deployments are hard to diagnose. This Skill enforces a safe, repeatable deployment workflow with dry-run validation, correct metadata sequencing, and structured failure triage. ## Core Features & Use Cases - Two-Phase Deployment: Always validates with --dry-run before real deploys, then supports quick deploy from the validated job ID. - Ordered Deployment Sequencing: Deploys objects, permission sets, Apex, and Flows in dependency-safe order, with Flows deployed as Draft before activation. - Failure Triage & CI/CD Guidance: Maps common errors like INVALID_CROSS_REFERENCE_KEY to root causes and provides pipeline templates with test-level and coverage gates. - Use Case: You need to push a release to production. The Skill runs a dry-run validation with RunLocalTests, confirms 92% coverage, quick-deploys the validated job, and hands off test-data creation to the data management skill. ## Quick Start Ask the assistant to validate and deploy the force-app directory to your target org alias with local tests enabled.