compliance-check

Installation
SKILL.md

Compliance Check

Audit the compliance posture of a Meta app and provide remediation guidance.

Workflow

  1. 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 (action list) and resolve it to an app_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.

  2. Collect data in parallel:

    • devtools_compliance with action status — full compliance status
    • devtools_app with action basic_settings — app context (name, category, status)
    • devtools_app with action data_protection_officer — DPO contact info
  3. Analyze compliance status. Categorize findings by severity:

Installs
2
First Seen
Jul 19, 2026
compliance-check — facebook/agentic-tools