data-integrity-reviewer
Installation
SKILL.md
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 | rails-refactorer (Migration Safety section) |
db/migrate/*, schema changes, column ops |
| Constraints | constraints-reviewer |
Validations, FKs, unique indexes, orphan risks |
| Transactions | business-logic-coder (Transaction Boundaries section) |
Multi-step ops, locks, isolation levels |
| Privacy | privacy-reviewer |
PII fields, encryption, GDPR/CCPA |
Workflow
CHANGED_FILES = git diff --name-only
SKILLS = []