privacy-review-rails

Scan changed Rails files for privacy-by-design violations before committing.

27|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/Codeminer42/skills --skill privacy-review-rails
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: privacy-review-rails
Source: https://github.com/Codeminer42/skills/tree/main/privacy-review-rails
Command: npx skills add https://github.com/Codeminer42/skills --skill privacy-review-rails

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review uncommitted or recently changed files for privacy-by-design rule violations (based on privacy laws like GDPR and LGPD) before committing.

Core Features & Use Cases

  • Scan changed files plus related files to surface privacy issues tied to code changes.
  • Validate PII handling (classification, encryption, and filter attributes) across models, migrations, and controllers.
  • Enforce a pre-commit privacy check workflow by cross-referencing privacy-by-design-rails references and scanner rules.

Quick Start

Run the privacy review scanner on your changed files before committing.

Frequently Asked Questions about privacy-review-rails

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

FAQPage Schema
How do I check Rails code changes for GDPR and LGPD privacy violations before committing?▼

To check Rails code changes for GDPR and LGPD privacy violations, scan uncommitted files against privacy-by-design rules. This identifies PII handling issues in models, migrations, controllers, and mailers before you commit.

What is privacy-by-design in Rails and how does it classify PII?▼

Privacy-by-design in Rails classifies PII by validating encryption and filter attributes across models and migrations. It ensures access-control checks are applied to changed and related files to prevent compliance violations.

How do I run a pre-commit privacy review on Rails migrations and controllers?▼

Run a pre-commit privacy review on Rails migrations and controllers by integrating a privacy-by-design scanner. Cross-reference changed files with rule sets to validate PII classification and access-control logic.

Can I use an automated scanner to find PII exposure in Rails mailers and models?▼

Yes, you can use an automated scanner to find PII exposure in Rails mailers and models. The scanner cross-references changed files with privacy-by-design rules to surface unencrypted or unfiltered personal data.

Does privacy compliance scanning work with existing Rails access-control checks?▼

Privacy compliance scanning works with existing Rails access-control checks by evaluating them alongside PII classification and encryption rules. It scans related files to ensure full coverage across the application workflow.