Content
57%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill is well-organized with clean progressive disclosure — a lean overview deferring details to a single real reference file. It is held back by motivational/GDPR padding Claude doesn't need, description-level rather than worked-example actionability, and an audit-then-fix workflow that lacks explicit verification checkpoints.
Suggestions
Trim or remove the introductory GDPR/breach-impact paragraph and the redundant motivation in "Explain"; assume Claude already knows data-minimisation rationale.
Add a verification step to the workflow (e.g. "After remediation, re-scan analytics and logging payloads to confirm no raw email/name/phone values remain") to close the feedback loop.
Include one concrete worked example — a sample form field set with which fields to drop vs. pseudonymise — to move actionability from descriptive to directly applicable.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean, but the opening paragraph ("Collecting more data than necessary increases the blast radius of a breach, exposes your organisation to regulatory fines, and erodes user trust. GDPR Article 5(1)(c) makes data minimisation a legal obligation...") explains GDPR/breach-impact concepts Claude already knows, and the "Explain" section partly repeats that motivation. | 2 / 3 |
Actionability | Guidance names concrete targets and remediation ("Replace raw personal identifiers in analytics and logs with pseudonymous IDs and define a retention window"), but as an instruction-only skill it stops at description-level direction with no worked example of an audit finding or a concrete anonymisation technique, leaving key implementation details implied. | 2 / 3 |
Workflow Clarity | The Check → Fix → Explain → Code Review sections imply a loose sequence, but there are no validation/verification checkpoints (e.g. confirming no raw PII remains in analytics payloads after remediation), which caps the level at 2 per the destructive/batch-operations guideline. | 2 / 3 |
Progressive Disclosure | The body is a concise, well-sectioned overview (Quick Reference, Check, Fix, Explain, Code Review) with a clearly signaled one-level-deep pointer to the real bundle file `references/rule.md` for full implementation details, matching the level-3 anchor. | 3 / 3 |
Total | 9 / 12 Passed |