app-health-check
Installation
SKILL.md
App Health Check
Run a full audit of a Meta app and produce an actionable report.
Workflow
-
Identify the app. Ask the user for the app name or ID. If they give a name (or aren't sure of the ID), call
devtools_app_list(actionlist) and resolve it to anapp_id— match the name case-insensitively. If several apps match or it's ambiguous, show the candidates (name, ID, viewer role) and ask the user to pick. If they give a numeric ID, use it directly. -
Collect data in parallel. Run all calls concurrently to minimize latency:
devtools_appwith actionbasic_settings— app name, category, platform, contact infodevtools_appwith actionsecurity— app secret rotation, allowed domains, data deletion URLdevtools_compliancewith actionstatus— open required actions, violations, recommendationsdevtools_app_reviewwith actionstatus— current review state, pending submissionsdevtools_api_usagewith actionrate_limits— current rate limit healthdevtools_api_usagewith actiondeprecations— deprecated APIs needing migration
-
Synthesize the report. Organize findings into these sections:
Report Format