What problem does it solve? Test environments routinely accumulate personal data through production dumps, recorded HAR files, committed fixtures, and CI artifacts, creating legal exposure under GDPR, HIPAA, and PCI DSS. This Skill provides a structured workflow to inventory, classify, and replace that data with safe synthetic alternatives before it leaks. ## Core Features & Use Cases - PII Classification: Sorts data into direct identifiers, quasi-identifiers, special category, financial, and credential classes, with regime-specific notes for GDPR, HIPAA, and PCI. - Synthetic Data Generation: Provides seeded, deterministic factory patterns using reserved domains and phone ranges, plus irreversible SQL anonymization recipes with re-identification checks when production data is unavoidable. - Secrets and Artifact Sanitization: Covers .env handling, CI secret stores, masking verification, HAR stripping scripts, and per-artifact retention rules. - Use Case: A QA team discovers a staging database seeded from a production dump two years ago. Use this Skill to classify the exposed fields, build an irreversible anonymization pipeline with a re-identification check, and set a deletion date with a named owner. ## Quick Start Audit my Playwright test suite for personal data in fixtures, HAR files, and CI artifacts, then generate a remediation plan with synthetic data replacements.