app-review-prep
Installation
SKILL.md
App Review Prep
Check everything needed before submitting a Meta app for App Review.
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 review data in parallel. Run all calls concurrently:
devtools_appwith actionbasic_settings— app name, category, status for report contextdevtools_app_reviewwith actionstatus— current review statedevtools_app_reviewwith actionrequirements— what's needed for approvaldevtools_app_reviewwith actionprivileges— currently granted permissions/featuresdevtools_app_reviewwith actionhistory— past submissions and their outcomesdevtools_compliancewith actionstatus— compliance blockers that could prevent approval