Agent skill · Data & Analytics

gdpr-dsgvo-expert

GDPR and German DSGVO compliance automation. Scans codebases for privacy risks, generates DPIA documentation, tracks data subject rights requests with Art. 12(3) one-month deadlines. Use when running GDPR compliance assessments, privacy audits, data protection planning, DPIA generation, or data subject rights (DSAR) management (e.g., 'check this service for GDPR risks', 'track an access request deadline'). Final compliance determinations route to the DPO or legal counsel.

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill gdpr-dsgvo-expert --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 8 KB
Bundled scripts: yes
Path: ra-qm-team/skills/gdpr-dsgvo-expert/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# GDPR/DSGVO Expert Tools and guidance for EU General Data Protection Regulation (GDPR) and German Bundesdatenschutzgesetz (BDSG) compliance. --- ## Table of Contents - [Tools](#tools) - [GDPR Compliance Checker](#gdpr-compliance-checker) - [DPIA Generator](#dpia-generator) - [Data Subject Rights Tracker](#data-subject-rights-tracker) - [Reference Guides](#reference-guides) - [Workflows](#workflows) --- ## Tools ### GDPR Compliance Checker Scans codebases for potential GDPR compliance issues including personal data patterns and risky code practices. ```bash # Scan a project directory python scripts/gdpr_compliance_checker.py /path/to/project # JSON output for CI/CD integration python scripts/gdpr_compliance_checker.py . --json --output report.json ``` **Detects:** - Personal data patterns (email, phone, IP addresses) - Special category data (health, biometric, religion) - Financial data (credit cards, IBAN) - Risky code patterns: - Logging personal data - Missing consent mechanisms - Indefinite data retention - Unencrypted sensitive data - Disabled deletion functionality **Output:** - Compliance score (0-100) - Risk categorization (critical, high, medium) - Prioritized recommendati

What's inside
Steps it walks through
  1. Table of Contents
  2. Tools
  3. GDPR Compliance Checker
  4. DPIA Generator
  5. Data Subject Rights Tracker
  6. Reference Guides
  7. GDPR Compliance Guide
  8. German BDSG Requirements
  9. DPIA Methodology
  10. Workflows
  11. Workflow 1: New Processing Activity Assessment
  12. Workflow 2: Data Subject Request Handling
  13. Workflow 3: German BDSG Compliance Check
  14. Key GDPR Concepts
Ships with 7 files
  • references/dpia_methodology.md
  • references/gdpr_audit_playbook.md
  • references/gdpr_compliance_guide.md
  • references/german_bdsg_requirements.md
  • scripts/data_subject_rights_tracker.py
  • scripts/dpia_generator.py
  • scripts/gdpr_compliance_checker.py
Commands it runs
Scan a project directory
python scripts/gdpr_compliance_checker.py /path/to/project
JSON output for CI/CD integration
python scripts/gdpr_compliance_checker.py . --json --output report.json
Get input template
python scripts/dpia_generator.py --template > input.json
Generate DPIA report
python scripts/dpia_generator.py --input input.json --output dpia_report.md
Add new request
python scripts/data_subject_rights_tracker.py add \
More from claude-skills
All skills →
About this skill
What does the gdpr-dsgvo-expert skill do?

GDPR and German DSGVO compliance automation. Scans codebases for privacy risks, generates DPIA documentation, tracks data subject rights requests with Art. 12(3) one-month deadlines. Use when running GDPR compliance assessments, privacy audits, data protection planning, DPIA generation, or data subject rights (DSAR) management (e.g., 'check this service for GDPR risks', 'track an access request deadline'). Final compliance determinations route to the DPO or legal counsel.

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill gdpr-dsgvo-expert --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going