data-integrity-guardian

Review database migrations and data models for integrity and compliance.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mattjefferson/open-compound-engineering --skill data-integrity-guardian-mattjefferson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-integrity-guardian
Source: https://github.com/mattjefferson/open-compound-engineering/tree/main/skills/data-integrity-guardian
Command: npx skills add https://github.com/mattjefferson/open-compound-engineering --skill data-integrity-guardian-mattjefferson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews database migrations, data models, and persistent data code for safety. Use when checking migration safety, data constraints, transaction boundaries, or privacy compliance.

Core Features & Use Cases

  • Data integrity reviews for migrations, constraints, and privacy compliance.
  • Transaction boundary analysis and rollback safety checks.
  • Compliance auditing and governance for data flows and retention.

Quick Start

Provide a structured data-integrity review for your migration or data-change task.

Frequently Asked Questions about data-integrity-guardian

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

FAQPage Schema
How do I check database migration safety and ensure referential integrity?

Review transaction boundaries and data constraints during schema changes to ensure migration safety. This process validates referential integrity across relational and NoSQL databases before applying data model refactors.

What is data integrity review for database schema changes?

Data integrity review is the process of auditing persistent data code and schema changes. It evaluates transaction boundaries, constraints, and referential integrity to prevent data loss or corruption during database migrations and refactors.

Does data integrity review work for GDPR and CCPA compliance audits?

Yes, data integrity reviews apply to GDPR and CCPA compliance audits. The process evaluates data flows, retention policies, and privacy constraints within your database schema to ensure regulatory compliance during migrations and data handling.

How do I analyze transaction boundaries for rollback safety?

Analyze transaction boundaries by reviewing your migration scripts for proper constraint enforcement and rollback safety checks. This identifies potential failure points in relational and NoSQL databases before persistent data changes are committed.

Can I use this approach for NoSQL database migrations?

Yes, this data integrity approach explicitly supports NoSQL database migrations. It reviews schema changes, validates transaction boundaries, and checks privacy compliance considerations across both relational and NoSQL data models during refactors.