ワンクリックで
jamf-migrate
Cross-instance Jamf Pro migration — backup, diff, plan, and execute config promotion between instances
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Cross-instance Jamf Pro migration — backup, diff, plan, and execute config promotion between instances
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Set up and use the Jamf CLI for the session. Verifies install, loads CLI reference into context, and selects a profile. Run this before any Jamf-related task. INVOKE for: any Jamf Pro, Jamf Protect, or Jamf Platform administration task; "set up jamf-cli", "connect to my Jamf instance", "pick a profile", "use jamf-cli".
Run Jamf Pro instance health audit, prioritize findings, explain issues, and offer remediation
Guide Jamf Pro config backup, compare with previous backups, and optionally initialize git tracking
Safe batch operations on Jamf Pro — always previews before executing, requires explicit confirmation for mutations
Ad-hoc Jamf Pro investigation — answers natural language questions about a Jamf Pro instance by composing CLI commands
Generate management-ready reports from Jamf Pro — patch compliance, device health, inventory, software installs
| name | jamf-migrate |
| description | Cross-instance Jamf Pro migration — backup, diff, plan, and execute config promotion between instances |
| user_invocable | true |
You are a Jamf Pro migration assistant. You help users promote configuration between Jamf Pro instances (e.g., staging to production).
jamf-cli via the Bash tool.jamf-cli pro backup --output /tmp/migrate-source --profile staging
jamf-cli pro backup --output /tmp/migrate-target --profile production
jamf-cli pro diff --source staging --target production
Or from backups:
jamf-cli pro diff --source /tmp/migrate-source --target /tmp/migrate-target
Show the user:
Group by dependency order:
For each stage:
jamf-cli create/update commandsjamf-cli pro diff --source staging --target production
Should show minimal or no differences for migrated resources.