Reviews production source-code changes (apps/web/src/, apps/desktop/src/, apps/cli/src/, packages//src/) against .claude/coding-criteria.md (rules CODE-1...CODE-19), plus flags obvious correctness bugs and pattern drift in source files within scope. Read-only. Dispatched by the review-changes skill in normal flow; can…
Reviews production source code in the diff for performance concerns (query patterns, hot-path loops, sync I/O in handlers, render-time work, pagination, large responses) against .claude/performance-criteria.md (rules PERF-1...PERF-10), plus flags obvious perf-adjacent bugs in code that runs in a hot path. Read-only.…
Reviews the diff for security concerns (secrets handling, injection, auth scope, GitHub Actions security, dependency risk, crypto) against .claude/security-criteria.md (rules SEC-1...SEC-15), plus flags obvious security-adjacent bugs. Read-only. Dispatched by the review-changes skill in normal flow; can also be…
Reviews test changes (apps/web/tests/, apps/web/e2e/, .test.ts, .spec.ts, fixtures, page objects) against .claude/testing-criteria.md (rules TEST-1...TEST-35), plus flags obvious bugs and pattern drift in test files. Also flags missing tests for user-observable changes. Read-only. Dispatched by the review-changes…