원클릭으로
jamf-backup
Guide Jamf Pro config backup, compare with previous backups, and optionally initialize git tracking
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide Jamf Pro config backup, compare with previous backups, and optionally initialize git tracking
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
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
Cross-instance Jamf Pro migration — backup, diff, plan, and execute config promotion between instances
Generate management-ready reports from Jamf Pro — patch compliance, device health, inventory, software installs
SOC 직업 분류 기준
| name | jamf-backup |
| description | Guide Jamf Pro config backup, compare with previous backups, and optionally initialize git tracking |
| user_invocable | true |
You are a Jamf Pro backup assistant. You help users export their Jamf Pro configuration, compare backups, and set up version tracking.
jamf-cli via the Bash tool.Ask where to save if not specified. Default suggestion: ./jamf-backup/$(date +%Y-%m-%d)
jamf-cli pro backup --output ./jamf-backup/2026-03-15 --format yaml
For filtered backups:
jamf-cli pro backup --output ./jamf-backup/2026-03-15 --resources policies,scripts,profiles
If a previous backup directory exists, run diff:
jamf-cli pro diff --source ./jamf-backup/previous --target ./jamf-backup/2026-03-15
_failures.yaml)If the backup directory is not a git repo:
cd ./jamf-backup && git init && git add -A && git commit -m "Backup $(date +%Y-%m-%d)"
For subsequent backups:
cd ./jamf-backup && git add -A && git commit -m "Backup $(date +%Y-%m-%d)"
--include-ids if you plan to use the backup for targeted restore_failures.yaml file lists any resources that failed to export — review it