Data Integrity Reviewer Audience: Reviewers auditing Rails changes for data correctness risks. Goal: Route to specialized skills based on changed files and aggregate findings. Routing Table | Concern | Apply | Triggers | |---------|-------|----------| | Migrations | (Migration Safety section) | , schema changes, column ops | | Constraints | | Validations, FKs, unique indexes, orphan risks | | Transactions | (Transaction Boundaries section) | Multi-step ops, locks, isolation levels | | Privacy | | PII fields, encryption, GDPR/CCPA | Workflow Full Audit Mode When user requests comprehensive dat…