feat: add GDPR-compliant engineering practices skill documentation#1230
Merged
aaronpowell merged 5 commits intogithub:stagedfrom Mar 30, 2026
Merged
feat: add GDPR-compliant engineering practices skill documentation#1230aaronpowell merged 5 commits intogithub:stagedfrom
aaronpowell merged 5 commits intogithub:stagedfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Agent Skill documenting GDPR-compliant engineering practices, intended to guide privacy-aware design and implementation decisions across APIs, data models, logging, retention, and incident response.
Changes:
- Added a new skill at
skills/gdpr-compliant/SKILL.mdcontaining a comprehensive GDPR engineering checklist and guidance. - Added the skill entry to the skills index table in
docs/README.skills.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| skills/gdpr-compliant/SKILL.md | Introduces the new “gdpr-compliant” skill content and frontmatter metadata. |
| docs/README.skills.md | Adds the new skill to the repository’s skills catalog table. |
- Introduced a comprehensive Security.md file detailing encryption, password hashing, secrets management, anonymization, cloud practices, CI/CD controls, and incident response protocols. - Created a Data Rights.md file outlining user rights implementation, Record of Processing Activities (RoPA), consent management, sub-processor management, and DPIA triggers.
…and ensuring clarity in security and data rights references
aaronpowell
approved these changes
Mar 30, 2026
Contributor
🔍 Skill Validator Results2 resource(s) checked | ✅ All checks passed Full output |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Add the GDPR compliant skill
Type of Contribution
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.