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