data-integrity-auditor

Detect orphaned records, broken foreign keys, and constraint violations in relational datasets.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/vecear/Nipponverb --skill data-integrity-auditor-vecear
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-integrity-auditor
Source: https://github.com/vecear/Nipponverb/tree/main/.claude/skills/data-integrity-auditor
Command: npx skills add https://github.com/vecear/Nipponverb --skill data-integrity-auditor-vecear

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams detect and fix data integrity issues automatically across relational data stores, preventing silent data corruption and downstream errors.

Core Features & Use Cases

  • Integrity checks for orphaned records, broken foreign keys, constraint violations, and missing required fields.
  • Comprehensive audit script that aggregates findings and suggests fixes.
  • Automated, safe fixes and prevention migrations to enforce constraints and data quality.
  • Monitoring and alerts for ongoing data quality.

Quick Start

Execute the audit script to scan for integrity issues and produce a remediation plan.

Frequently Asked Questions about data-integrity-auditor

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

FAQPage Schema
How do I find and fix orphaned records in a relational database?

To find orphaned records, run an automated audit script to validate referential integrity and detect broken foreign keys. The script aggregates findings into a remediation plan, offering automated fixes and migration recommendations to resolve constraint violations.

What is the best way to check for broken foreign keys and constraint violations?

The best way to check for broken foreign keys is executing a comprehensive audit script that validates referential integrity across relational datasets. It surfaces actionable findings regarding constraint violations and missing required fields.

How does an automated data integrity audit work for schema migration?

An automated data integrity audit works by scanning relational datasets to detect referential integrity issues and missing required fields. It generates prevention migrations to enforce constraints and suggests scripts to apply safe automated fixes during schema migration.

Can this data integrity auditor handle datasets with users, orders, and products?

Yes, this data integrity auditor handles typical data environments containing users, orders, and products. It applies targeted checks to these related entities to prevent broken relationships, orphaned records, and silent data corruption.

How do I enforce data quality constraints after detecting missing required fields?

To enforce data quality constraints after detecting missing required fields, apply the prevention migrations and automated fixes provided by the audit script. This enforces constraints and prevents ongoing silent data corruption.

Why do I need automated checks for referential integrity in my data store?

You need automated checks for referential integrity to prevent silent data corruption and downstream errors. Continuous monitoring and alerts validate relationships, ensuring broken foreign keys and orphaned records are fixed automatically.