---
name: consent-checker
description: Review privacy policy or notice text against common privacy frameworks so Claude can explain coverage gaps, strengths, and compliance priorities.
Consent Checker
Use this skill when the user wants to assess a privacy notice or policy against GDPR, CCPA, or PDPA-style expectations and identify missing elements.
Goal
Help Claude evaluate privacy notice content, highlight missing or weak disclosures, and summarize likely compliance gaps in a practical way.
Workflow
- Confirm the policy file and the privacy framework the user wants assessed.
- Review the text for required notice elements, rights information, legal basis cues, and disclosure quality.
- Identify where the notice is strong, incomplete, or silent on key privacy obligations.
- Summarize the likely compliance posture and the most important gaps to address.
- Present results in a concise format that supports legal, privacy, or audit follow-up.
Inputs
Expected inputs from the bundled tool metadata:
- policy: Path to the privacy policy text file.
- framework: Optional framework such as gdpr, ccpa, or pdpa.
Bundled Files
- main.py contains the executable notice review logic.
- README.md provides usage guidance and examples.
- skill.yaml captures the repo-native metadata for this skill.
- sample_input may contain example policy text.
Guidance
Stay careful and specific. Explain what the text covers, what appears missing, and where a legal or privacy specialist should validate the interpretation.
1---2name: consent-checker3description: ---4---5---6name: consent-checker7description: Review privacy policy or notice text against common privacy frameworks so Claude can explain coverage gaps, strengths, and compliance priorities.8---910# Consent Checker1112Use this skill when the user wants to assess a privacy notice or policy against GDPR, CCPA, or PDPA-style expectations and identify missing elements.1314## Goal1516Help Claude evaluate privacy notice content, highlight missing or weak disclosures, and summarize likely compliance gaps in a practical way.1718## Workflow19201. Confirm the policy file and the privacy framework the user wants assessed.212. Review the text for required notice elements, rights information, legal basis cues, and disclosure quality.223. Identify where the notice is strong, incomplete, or silent on key privacy obligations.234. Summarize the likely compliance posture and the most important gaps to address.245. Present results in a concise format that supports legal, privacy, or audit follow-up.2526## Inputs2728Expected inputs from the bundled tool metadata:29- policy: Path to the privacy policy text file.30- framework: Optional framework such as gdpr, ccpa, or pdpa.3132## Bundled Files3334- main.py contains the executable notice review logic.35- README.md provides usage guidance and examples.36- skill.yaml captures the repo-native metadata for this skill.37- sample_input may contain example policy text.3839## Guidance4041Stay careful and specific. Explain what the text covers, what appears missing, and where a legal or privacy specialist should validate the interpretation.