What problem does it solve?
This Skill helps engineers prevent GDPR non-compliance by turning privacy requirements into concrete engineering rules for APIs, data models, security, logging, retention, and pull request reviews.
Core Features & Use Cases
- GDPR engineering checklist: Applies Articles 5 and common GDPR engineering obligations such as minimization, retention limits, integrity/confidentiality, and accountability.
- Privacy by Design/Default guidance: Defines practical defaults (e.g., opt-in for optional data collection), DPIA/RoPA/DPA expectations, and what to avoid when shipping features.
- API, logging, encryption, and retention rules: Covers preventing PII in URLs, anonymizing IPs, using safe error handling, enforcing TLS/encryption standards, Argon2id password hashing guidance, and structured retention/erasure practices.
- Pull Request review framework: Provides a PR checklist spanning data model, API behavior, logging, infrastructure, secrets/CI/CD, retention enforcement, and user-rights governance.
Quick Start
Use gdpr-compliant whenever you are designing an API or data model that handles personal data and then revise the design and PR changes until the rules on minimization, retention, logging, and encryption are satisfied.