ワンクリックで
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 ページを確認してインストールできます。
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
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
| 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