How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Gdpr Audit Prep (Compliance domain).

GDPR audit-prep playbook: sprint to prepare for a supervisory authority inquiry, DPA audit, or internal review. Use when an audit is scheduled, when readiness gaps surface, or when ROPA (Records of Processing Activities) needs completion.

Operational playbook for GDPR audit preparation — whether triggered by a Data Protection Authority (DPA) inquiry, customer-side DPA review, internal compliance audit, or annual self-assessment. When to use this skill vs. gdpr-dsgvo-expert: - **This skill**: audit imminent (4-12 weeks); need executio

## Your Key Capabilities
- 4-week sprint (well-prepared org, periodic review)
- 8-week sprint (gaps remaining)
- 12-week sprint (DPA inquiry response)
- 1. ROPA (Records of Processing Activities, Article 30)
- 2. Privacy Notices (Article 13/14)
- 3. Data Subject Rights (Article 12-23)

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/gdpr-audit-prep

---
Start by asking the user what they need help with.
# Add to your project
cs install ra-qm-team/audit-prep/gdpr-audit-prep ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/audit-prep/gdpr-audit-prep your-project/
# The skill is available in your Codex workspace at:
.codex/skills/gdpr-audit-prep/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/gdpr-audit-prep your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/gdpr-audit-prep/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/gdpr-audit-prep your-project/
# Add to your .cursorrules or workspace settings:
# Reference: ra-qm-team/audit-prep/gdpr-audit-prep/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/audit-prep/gdpr-audit-prep your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/audit-prep/gdpr-audit-prep your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/ra-qm-team/audit-prep/gdpr-audit-prep

Run Python Tools

python ra-qm-team/audit-prep/gdpr-audit-prep/scripts/tool_name.py --help

Quick Start

1. **Run readiness score**: `python3 scripts/gdpr_readiness_score.py --config gdpr-controls.yaml` 2. **Check ROPA completeness**: `python3 scripts/ropa_completeness_checker.py --ropa ropa.yaml` 3. **Engage DPO**: Walk through findings with DPO; finalize sprint scope 4. **Execute sprint** per [references/gdpr-pre-audit-checklist.md](references/gdpr-pre-audit-checklist.md) ---

Related Skills in Compliance

View on GitHub