What problem does it solve?
This Skill automates the validation of GDPR compliance, eliminating the complexity and risk of manual checks. It ensures your application adheres to critical data protection regulations, preventing legal penalties and reputational damage.
Core Features & Use Cases
- Automated Compliance Checks: Validates adherence to GDPR Articles 17 (Right to Erasure) and 20 (Data Portability).
- Rate Limit & Consent Validation: Verifies that data exports and deletions respect defined rate limits and user consent.
- Audit Trail Integrity: Confirms the integrity of SHA-256 hash-chained audit logs, ensuring tamper-proof records.
- Use Case: Before a new production release, Claude automatically audits the system for GDPR compliance, checking data export formats, deletion cascades, and consent management, providing an instant "Production-Ready" report.
Quick Start
Claude automatically runs this skill when:
user: "Are we GDPR compliant?"
Claude checks:
1. Reads GdprService.ts for implementation details.
2. Greps for rate limiting logic in relevant files.
3. Validates test coverage (e.g., 15/15 tests passing).
4. Checks consent types defined in the database schema.
5. Stores the compliance status in memory for future reference.