원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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
SOC 직업 분류 기준
| 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.