gdpr

Initialize GDPR compliance controls and route tasks through comply-* workflows.

10|5|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/aanishs/em-dash --skill gdpr-aanishs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gdpr
Source: https://github.com/aanishs/em-dash/tree/main/skills/gdpr
Command: npx skills add https://github.com/aanishs/em-dash --skill gdpr-aanishs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GDPR compliance management: initializes the GDPR framework, shows current status, and routes to comply-auto/scan/assess/fix/report skills.

Core Features & Use Cases

  • Initialize GDPR compliance: set up the GDPR controls and initialize the compliance database.
  • Status & routing: view current compliance status and route tasks through comply-auto/scan/assess/fix/report workflows.
  • Evidence & audits: manage audit evidence with the local SQLite database and generate signed audit packets.

Quick Start

Run the initialize command to set up GDPR controls and verify status, and then use the comply-auto workflow to start scanning and remediation.

Frequently Asked Questions about gdpr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I initialize GDPR compliance controls for a new project?

Run the initialize command to set up GDPR controls and generate the local SQLite compliance database, which establishes the backend for tracking audit evidence and compliance status.

What is the best way to track GDPR audit evidence locally?

Manage GDPR audit evidence using the local SQLite database backend, which stores compliance controls and generates signed audit packets for privacy verification.

Can I route GDPR remediation tasks through automated scanning workflows?

Yes, GDPR compliance routing directs tasks through the comply-auto, comply-scan, comply-assess, comply-fix, and comply-report workflows to automate privacy scanning and remediation.

Does this GDPR compliance framework require external database dependencies?

No, the GDPR framework relies on a local SQLite database to manage controls, evidence, and audit packets without requiring external database dependencies.

How do I check my current GDPR compliance status?

View your current GDPR compliance status by running the status command, which displays initialized privacy controls and routing availability for comply workflows.