What problem does it solve? Reviewing code changes manually is slow and error-prone, especially when checking for security flaws, tenant isolation regressions, and missing test coverage across large diffs. This Skill automates structured code review of local git changes or GitHub pull request diffs, producing severity-ranked findings with file and line references. ## Core Features & Use Cases - Diff-Based Review: Inspects local changes via git diff, staged changes, commit ranges, or GitHub PR diffs via the gh CLI. - EVA-Specific Checks: Verifies org_id tenant filtering, RLS migration updates, secret handling, Approval Engine usage, and state machine compliance. - Severity-Ranked Output: Reports findings first with [P0]/[P1]/[P2] labels, using a structured template covering critical issues, warnings, suggestions, and positive observations. - Use Case: Before pushing a feature branch, ask for a review of your staged changes to catch a missing org_id filter on a new tenant-data query before it reaches production. ## Quick Start Review my staged git changes for security issues, tenant isolation problems, and missing tests, then report findings ordered by severity.