Content
18%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is essentially a hollow template with no actionable GDPR-specific content. The instructions are generic boilerplate that could apply to any domain, and all substantive guidance is deferred to a referenced file that doesn't exist in the bundle. For a topic as complex and consequential as GDPR data handling, the skill needs concrete implementation patterns, code examples, validation steps, and specific workflows for consent management and data subject requests.
Suggestions
Add concrete, executable code examples for key GDPR operations: consent recording, data subject access request handling, data deletion/anonymization with validation steps.
Replace the generic instruction bullets with GDPR-specific workflows — e.g., a numbered sequence for processing a DSR with validation checkpoints (verify identity, locate data, confirm deletion, audit log).
Either provide the referenced `resources/implementation-playbook.md` bundle file or inline the essential patterns directly in the SKILL.md body.
Add specific data structures or schemas for consent records, processing logs, and DPIA templates rather than abstract descriptions.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is relatively short but includes some unnecessary filler like the generic 'Do not use this skill when' section and the overly vague instructions that don't add GDPR-specific value. The instructions read like generic skill boilerplate rather than domain-specific guidance. | 3 / 5 |
Actionability | The instructions are entirely vague and abstract — 'Clarify goals, constraints, and required inputs' and 'Apply relevant best practices' provide zero concrete guidance on GDPR implementation. There are no code examples, no specific commands, no concrete steps for consent management, DSR handling, or any of the listed use cases. Everything is deferred to a bundle file that doesn't exist. | 1 / 5 |
Workflow Clarity | There is no meaningful workflow defined. The four bullet points under Instructions are generic platitudes with no sequencing, no validation checkpoints, and no specific steps for any GDPR process. Data handling operations (especially deletion/anonymization) are destructive and require validation steps, which are completely absent. | 1 / 5 |
Progressive Disclosure | The skill references `resources/implementation-playbook.md` for detailed patterns, which is a reasonable structure in theory, but the bundle file doesn't exist. The SKILL.md itself contains almost no substantive content, making it an empty shell that delegates everything to a missing file. The reference is clear but the content split is dysfunctional. | 2 / 5 |
Total | 7 / 20 Passed |