policy-monitor

Compare privacy artifacts against policy commitments and classify gaps.

Updated May 19, 2026
One-click install
npx skills add https://github.com/jrhueiueng/codex-for-legal --skill policy-monitor-jrhueiueng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: policy-monitor
Source: https://github.com/jrhueiueng/codex-for-legal/tree/main/plugins/jrhueiueng/codex-for-legal/skills/privacy-legal__policy-monitor
Command: npx skills add https://github.com/jrhueiueng/codex-for-legal --skill policy-monitor-jrhueiueng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you keep your privacy policy aligned with real-world data practices, so you can identify and fix mismatches caused by new PIAs, DPA/vendor changes, triage approvals, and evolving handling of user data.

Core Features & Use Cases

  • Weekly drift sweep: Scans saved privacy artifacts since the last sweep, extracts approved practices, diffs them against your current policy commitments, and classifies gaps as REQUIRED vs ADVISABLE.
  • Direct query mode: Quickly answers whether a proposed new practice is covered, missing, or conflicting, and drafts suggested policy language and timing recommendations.
  • Multi-surface consistency checks: Reviews multiple policy commitment surfaces (not just the web policy) such as cookie/CMP promises, app store labels, in-product consent flows, and sector notices when applicable.

Quick Start

Use policy-monitor to check whether your new practice is covered by running /privacy-legal:policy-monitor "We want to start using behavioral data to personalize onboarding emails".

Frequently Asked Questions about policy-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is privacy policy drift and how do I detect it?

Privacy policy drift occurs when real-world data practices diverge from configured policy commitments. You detect it by comparing saved privacy artifacts and proposed practices against authoritative policy text to identify covered, missing, or conflicting gaps.

How do I check if a proposed data practice is covered by my privacy policy?

To check if a proposed data practice is covered, run a direct query diff against your current policy commitments. This classifies the practice as covered, missing, or conflicting, and drafts suggested policy language with update timing guidance.

How do I conduct a privacy policy compliance review for new PIAs and DPAs?

Conduct a compliance review by running a sweep-based triage of saved PIAs, DPA reviews, and triage outcomes. The sweep extracts approved practices and diffs them against your current policy to classify gaps as REQUIRED versus ADVISABLE.

Can I check privacy policy consistency across multiple surfaces like cookie banners and app store labels?

Yes, multi-surface consistency checks review multiple policy commitment surfaces beyond the web policy. This includes scanning cookie/CMP promises, app store labels, in-product consent flows, and sector notices to identify conflicting gaps.

Do I need a specific environment setup to monitor policy drift?

You need a configured CLAUDE.md state file, a located policy document, and an outputs folder. The drift detection process reads this state to locate your policy text and saved privacy artifacts before producing gap classifications.

What is the difference between REQUIRED and ADVISABLE gap classifications in policy monitoring?

REQUIRED and ADVISABLE are gap classifications used when policy drift is detected. REQUIRED gaps indicate mandatory policy updates needed for compliance, while ADVISABLE gaps suggest recommended language updates with specific timing guidance.