mfg-org-comparison

Compares Manufacturing Cloud configuration between two Salesforce orgs to identify drift.

Updated Aug 6, 2026
One-click install
npx skills add https://github.com/salesforce-misc/ManuAssist --skill mfg-org-comparison-salesforce-misc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mfg-org-comparison
Source: https://github.com/salesforce-misc/ManuAssist/tree/main/skills/mfg-org-comparison
Command: npx skills add https://github.com/salesforce-misc/ManuAssist --skill mfg-org-comparison-salesforce-misc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manufacturing Cloud implementations often span multiple Salesforce orgs (production, sandboxes, partner orgs), and configuration drift between them causes broken deployments, inconsistent permissions, and failed feature rollouts. This Skill systematically compares two orgs across metadata, permissions, licenses, automation, and integrations to surface every difference. ## Core Features & Use Cases - Comprehensive Configuration Audit: Compares Manufacturing objects, permission sets, user licenses, org settings, flows, Apex, DPE templates, connected apps, and reports across two orgs. - Structured Drift Report: Produces a categorized comparison report with risk assessments, business impact explanations, and step-by-step remediation guidance. - Alignment Assistance: Offers to deploy metadata, assign permission sets, or create records to bring orgs into parity after user approval. - Use Case: After a sandbox refresh, compare the sandbox against production to verify that Sales Agreement record types, Advanced Account Forecasting DPE templates, and Manufacturing permission sets were correctly replicated before continuing development. ## Quick Start Ask the assistant to compare my Manufacturing Cloud configuration between my production org and my sandbox org and list all differences.

Frequently Asked Questions about mfg-org-comparison

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

FAQPage Schema
How do I compare configuration between two Salesforce orgs?

Authenticate both orgs with the Salesforce CLI, then use this Skill to run a structured comparison. It queries objects, permission sets, licenses, flows, Apex, and integrations in both orgs and produces a categorized drift report with remediation steps.

What Manufacturing Cloud settings does an org comparison check?

The comparison covers Sales Agreement record types and layouts, Advanced Account Forecasting DPE templates, Warranty Management objects, Partner Visit action plans, Inventory Allocation permissions, Manufacturing permission sets, user licenses, and multi-currency settings.

Can I compare a sandbox with a production Salesforce org?

Yes, comparing sandbox and production orgs is a primary use case, especially after sandbox refreshes. The Skill identifies configuration present in one org but missing in the other and flags release version differences that may explain feature gaps.

Does the org comparison tool make changes to my Salesforce orgs?

No changes are made automatically. The Skill only reads and compares configuration, then presents recommended actions. It asks for explicit confirmation before deploying metadata, assigning permission sets, or creating records in either org.

Why does configuration drift happen between Salesforce orgs?

Common causes include sandbox refreshes without post-refresh steps, manual Setup UI changes made in only one org, differing Salesforce release versions, permissions granted directly instead of via permission sets, and pilot custom fields added to a single org.