Install any skill in seconds. Free to start, no credit card required.
Get Started Free →GDPR compliance assessment and automation for data mapping, consent management, DSAR handling, and privacy impact assessments
.claude/skills/a5c-ai-gdpr-compliance-automator/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 28% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 35% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 86% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 0% | 0% |
Automate General Data Protection Regulation (GDPR) compliance activities including data mapping, consent management, Data Subject Access Request (DSAR) handling, privacy impact assessments, and breach notification procedures.
json{ "type": "object", "properties": { "assessmentType": { "type": "string", "enum": ["full", "gap", "dpia", "dsar", "breach"], "description": "Type of GDPR assessment" }, "scope": { "type": "object", "properties": { "systems": { "type": "array", "items": { "type": "string" } }, "dataCategories": { "type": "array", "items": { "type": "string" } }, "processingActivities": { "type": "array", "items": { "type": "string" } } } }, "dsarRequest": { "type": "object", "properties": { "requestType": { "type": "string", "enum": ["access", "erasure", "rectification", "portability", "restriction", "objection"] }, "subjectIdentifier": { "type": "string" }, "requestDate": { "type": "string", "format": "date" } } }, "breachDetails": { "type": "object", "properties": { "discoveryDate": { "type": "string", "format": "date-time" }, "description": { "type": "string" }, "affectedSubjects": { "type": "integer" }, "dataCategories": { "type": "array" } } }, "existingRopa": { "type": "string", "description": "Path to existing Records of Processing Activities" } }, "required": ["assessmentType"] }
json{ "type": "object", "properties": { "assessmentId": { "type": "string" }, "assessmentType": { "type": "string" }, "assessmentDate": { "type": "string", "format": "date-time" }, "dataInventory": { "type": "object", "properties": { "personalDataCategories": { "type": "array" }, "specialCategories": { "type": "array" }, "processingActivities": { "type": "array" }, "thirdParties": { "type": "array" } } }, "complianceStatus": { "type": "object", "properties": { "articlesAssessed": { "type": "integer" }, "compliant": { "type": "integer" }, "partiallyCompliant": { "type": "integer" }, "nonCompliant": { "type": "integer" } } }, "gapAnalysis": { "type": "array", "items": { "type": "object", "properties": { "article": { "type": "string" }, "requirement": { "type": "string" }, "currentState": { "type": "string" }, "gap": { "type": "string" }, "remediation": { "type": "string" }, "priority": { "type": "string" } } } }, "dsarResponse": { "type": "object" }, "breachAssessment": { "type": "object" }, "recommendations": { "type": "array", "items": { "type": "string" } } } }
javascriptskill: { name: 'gdpr-compliance-automator', context: { assessmentType: 'full', scope: { systems: ['CRM', 'Marketing Platform', 'HR System'], dataCategories: ['customer', 'employee', 'prospect'] } } }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 23,782 | 23,959 | +1% | 1 | 1 | 0% | 3,244 | 5,066 | +56% | 0 | 0 | — |
case-02 | fail→fail | 23,909 | 22,963 | -4% | 1 | 1 | 0% | 3,441 | 4,893 | +42% | 0 | 0 | — |
case-03 | fail→pass | 38,348 | 33,326 | -13% | 1 | 1 | 0% | 5,539 | 7,067 | +28% | 0 | 0 | — |
case-04 | fail→fail | 13,841 | 16,132 | +17% | 1 | 1 | 0% | 2,617 | 3,877 | +48% | 0 | 0 | — |
case-05 | fail→fail | 27,001 | 30,773 | +14% | 1 | 1 | 0% | 4,248 | 6,718 | +58% | 0 | 0 | — |
case-06 | fail→fail | 24,277 | 41,593 | +71% | 1 | 1 | 0% | 3,801 | 8,761 | +130% | 0 | 0 | — |
case-07 | fail→pass | 32,355 | 19,875 | -39% | 1 | 1 | 0% | 5,958 | 4,244 | -29% | 0 | 0 | — |
case-08 | fail→pass | 23,416 | 20,107 | -14% | 1 | 1 | 0% | 3,147 | 4,242 | +35% | 0 | 0 | — |
case-09 | fail→pass | 14,722 | 17,259 | +17% | 1 | 1 | 0% | 2,501 | 4,660 | +86% | 0 | 0 | — |
case-10 | fail→pass | 23,170 | 17,477 | -25% | 1 | 1 | 0% | 4,169 | 4,182 | +0% | 0 | 0 | — |
case-11 | fail→pass | 17,459 | 16,750 | -4% | 1 | 1 | 0% | 2,345 | 3,729 | +59% | 0 | 0 | — |
case-12 | fail→pass | 21,405 | 15,715 | -27% | 1 | 1 | 0% | 4,030 | 4,428 | +10% | 0 | 0 | — |
case-13 | pass→pass | 21,283 | 19,440 | -9% | 1 | 1 | 0% | 3,070 | 4,160 | +36% | 0 | 0 | — |
case-14 | fail→pass | 12,254 | 10,272 | -16% | 1 | 1 | 0% | 1,532 | 3,631 | +137% | 0 | 0 | — |
case-15 | pass→pass | 16,833 | 19,128 | +14% | 1 | 1 | 0% | 2,072 | 4,079 | +97% | 0 | 0 | — |
case-16 | fail→pass | 9,162 | 10,706 | +17% | 1 | 1 | 0% | 1,844 | 3,540 | +92% | 0 | 0 | — |
case-17 | pass→pass | 29,604 | 19,782 | -33% | 1 | 1 | 0% | 4,294 | 5,067 | +18% | 0 | 0 | — |
case-18 | pass→pass | 26,078 | 22,925 | -12% | 1 | 1 | 0% | 3,689 | 4,844 | +31% | 0 | 0 | — |
case-19 | pass→pass | 16,343 | 21,155 | +29% | 1 | 1 | 0% | 2,241 | 4,820 | +115% | 0 | 0 | — |
case-20 | pass→pass | 22,948 | 18,546 | -19% | 1 | 1 | 0% | 3,141 | 3,960 | +26% | 0 | 0 | — |
case-21 | pass→pass | 21,500 | 24,897 | +16% | 1 | 1 | 0% | 2,959 | 5,261 | +78% | 0 | 0 | — |
case-22 | pass→pass | 18,223 | 18,652 | +2% | 1 | 1 | 0% | 2,756 | 4,018 | +46% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +41 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.