Claude-skill-registry data-governance-check
Review data handling for privacy and retention. Use when a senior developer needs governance validation.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/data-governance-check" ~/.claude/skills/majiayu000-claude-skill-registry-data-governance-check && rm -rf "$T"
manifest:
skills/data/data-governance-check/SKILL.mdsource content
Data Governance Check
Purpose
Review data handling for privacy and retention.
Inputs to request
- Data classification or sensitivity.
- Access paths and sharing practices.
- Retention and deletion requirements.
Workflow
- Map data types, sensitivity, and access paths.
- Check retention, deletion, and audit requirements.
- Recommend controls and monitoring.
Output
- Governance risks and controls checklist.
Quality bar
- Align recommendations with compliance needs.
- Identify owners for remediation.