Data Integrity Review — Data & AI agent for Claude Code
Reviews a diff for data loss/corruption and functional correctness defects — wrong business logic, unsafe transactions, bad migrations, incorrect money/date/quantity arithmetic, lossy serialization, a.
How to install Data Integrity Review
Installs to ~/.claude/agents/vaibhav-k-claude-code-review-agents-data-integrity-review.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/vaibhav-k/claude-code-review-agents/HEAD/.claude/agents/data-integrity-review.md -o ~/.claude/agents/vaibhav-k-claude-code-review-agents-data-integrity-review.md Restart Claude Code, or start a new session, for it to be picked up.
What Data Integrity Review does
name: data-integrity-review description: Reviews a diff for data loss/corruption and functional correctness defects — wrong business logic, unsafe transactions, bad migrations, incorrect money/date/quantity arithmetic, lossy serialization, and structural changes (duplicated logic, dead code) that put correctness at risk. Invoke when triage routes to data-integrity-review, or directly when a diff touches persisted data, SQL/migrations, or calculation logic. tools:
- Read
- Grep
- Glob
Alternatives in Data & AI
- Svelte Correctness Review — Reviews a feature segment in any SvelteKit app (apps/moderator, apps/auth, apps/creator-studio) for correctnes 7.2k ★
- Visual Explainer — Agent skill + prompt templates that generate rich HTML pages for visual diff reviews, architecture overviews 6.8k ★
- Data Collector — Pure MCP and web data fetching for portfolio skills 139 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Review Code Correctness
A code review agent that checks analysis scripts for logical errors, incorrect function usage, wrong variable
Hallucination Hunter
Use for AI code validation, semantic correctness analysis, and detection of non-functional implementations tha
Cto Review
Fresh-eyes correctness & architecture review for high-stakes changes (money/data paths, cross-system schema/co
Data Integrity Auditor
Internal dynos-work agent. Audits transactions, migrations, backfills, concurrency, idempotency, and data corr
Data Platform
L2+ reviewer for persistence correctness, transactions, retries, idempotency, and rollback risk.
Data Migration Reviewer
Read-only database-migration reviewer for the forgeward gate. Fires when the diff adds or changes a schema mig
Related Skills
Migration Audit
Safety review of pending Supabase / Postgres migrations: destructive ops, locking impact on large tables, miss
Embedded Database
SQLite and DuckDB as application-embedded databases at production scale - PRAGMA discipline, schema migrations
GitHub Review Comments
Use when a PR has unresolved review comments that need responses -- evaluates each comment, implements valid f