Maestro-orchestrate compliance-check
Run a Maestro-style regulatory compliance review for GDPR/CCPA, cookie consent, data handling, and licensing
install
source · Clone the upstream repo
git clone https://github.com/josstei/maestro-orchestrate
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/josstei/maestro-orchestrate "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/maestro/skills/compliance-check" ~/.claude/skills/josstei-maestro-orchestrate-compliance-check-7678d5 && rm -rf "$T"
manifest:
plugins/maestro/skills/compliance-check/SKILL.mdsource content
Read
../../references/runtime-guide.md.
Call get_skill_content with resources: ["architecture", "delegation"].
Call get_agent with agents: ["compliance-reviewer"].
Workflow
- Identify applicable regulations and define audit scope
- Review data handling patterns, user disclosures, consent flows, retention policies, and third-party integrations
- Audit regulatory compliance: GDPR/CCPA, cookie consent, data residency, licensing, and open-source obligations
- Present findings with regulatory reference, severity, compliance risk, and recommended actions
- Distinguish legal-risk observations from code-level bugs