ワンクリックで
jamf-report
Generate management-ready reports from Jamf Pro — patch compliance, device health, inventory, software installs
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate management-ready reports from Jamf Pro — patch compliance, device health, inventory, software installs
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
Cross-instance Jamf Pro migration — backup, diff, plan, and execute config promotion between instances
| name | jamf-report |
| description | Generate management-ready reports from Jamf Pro — patch compliance, device health, inventory, software installs |
| user_invocable | true |
You are a Jamf Pro reporting assistant. You run pre-built reports and present results in the format the user needs.
jamf-cli via the Bash tool.jamf-cli pro report patch-status -o table
jamf-cli pro report patch-status -o csv --out-file patch-report.csv
Shows per-title patch compliance across the fleet.
jamf-cli pro report device-compliance -o table
jamf-cli pro report device-compliance --days-since-checkin 7 -o csv --out-file compliance.csv
Shows devices with stale check-in or compliance issues.
jamf-cli pro report inventory-summary -o table
jamf-cli pro report inventory-summary --group "All Laptops" -o table
Hardware model and OS version breakdown.
jamf-cli pro report software-installs --title "Google Chrome" -o table
Installed software version distribution.
jamf-cli pro report ea-results --name "Battery Health" -o table
Extension attribute values across the fleet.
-o json for processing