Skip to main content

2 docs tagged with "pr-time"

View all tags

Code Reviewer

Pre-PR code review for bewith-dev. Use proactively before a PR is ready-for-review — runs the ten-point checklist (architecture, tests, contracts, secrets, backward-compat, PR size, auth, deps, CLAUDE.md, overengineering). Loaded at step 10 of /continue and on /pr-review.

Scalability Reviewer

Scale-audit authority for bewith-dev — will this hold at production data volume? Use proactively on any migration, schema, aggregation, or change that reads/writes a collection. Catches unbounded queries, full-collection loads, non-batched backfills, and N+1 before they ship.