feat(skills): add privacy-by-design skill for PbD principle assessment - #2634
Open
pratik wayase (PratikWayase) wants to merge 1 commit into
Open
feat(skills): add privacy-by-design skill for PbD principle assessment#2634pratik wayase (PratikWayase) wants to merge 1 commit into
pratik wayase (PratikWayase) wants to merge 1 commit into
Conversation
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.
Description
Adds the
privacy-by-designskill to provide standalone privacy assessment knowledge bases that complement the existingprivacy-standardsskill. This skill enables the Privacy Reviewer and Privacy Planner agents to perform structured assessments against the 7 Foundational Principles of Privacy by Design (PbD), verify retention/disposal compliance, and map findings to enforceable obligations across GDPR, Australian Privacy Principles (APP), and CCPA/CPRA.This is a documentation-only knowledge skill (Programming Language: Other) and does not include executable scripts, as it feeds structured reasoning into the existing assess -> verify -> report pipeline without requiring agent modification.
Related Issue(s)
Closes #2594
Type of Change
Code & Documentation:
AI Artifacts:
hve-builderand addressed all actionable findings.github/skills/*/SKILL.md)Validation & Testing
Since this is a markdown-only knowledge skill, it was tested using the repository's standard validation pipelines to ensure structure, frontmatter, and link integrity. All checks passed with 0 errors:
npm run validate:skills= 57 skills validated, 0 errors, 0 warningsnpm run lint:md= 529 files linted, 0 errorsFrontmatter validation= 832 files checked, 0 errorsSample Prompts (for AI Artifact Contributions)
User Request:
Review this codebase for Privacy by Design compliance against GDPR and Australian Privacy Principles.
Execution Flow:
references/codebase-signals.mdprivacy-standardsreferences/00-index.mdto route to appropriate reference filesreferences/pbd-seven-principles.mdreferences/retention-and-disposal.mdreferences/cross-jurisdictional-mapping.mdreferences/finding-formats.mdOutput Artifacts:
{ "id": "PBD-02-001", "principle": "Principle 2: Privacy as the Default Setting", "status": "FAIL", "severity": "HIGH", "evidence": "src/components/CookieBanner.tsx:42 defaults to opt-out", "citation": "gdpr_article_25_2", "recommendation": "Change default to opt-in; require explicit consent toggle" }