Audit Git workspace changes (staged, unstaged, and untracked files) to produce a structured code review report. Analyzes diffs, detects cross-file reference inconsistencies (deleted fields/types/functions still referenced), checks Prisma schema vs API/component alignment, CSS vs DOM class alignment, and classifies issues by severity. Use when: (1) the user asks to audit, review, or code-review workspace changes, (2) there are uncommitted modifications that need risk assessment, (3) changes may have deleted fields, types, or functions that could still be referenced elsewhere, (4) the user wants a change-impact report or migration-risk analysis, (5) reviewing Prisma schema changes for API/frontend breakage, (6) evaluating CSS removals for orphaned DOM classes.
2026-06-30