What's wrong with this entry?
The /ultrareview command now fetches additions, deletions, and changedFiles from GitHub before attempting the review. If the PR is too large, you get an early, clear error:
PR #42 is too large for ultrareview (85 files, 3,200 lines).
Split it into smaller PRs, or run `claude` on a narrower local diff.
The local-diff too-large message was also improved — it no longer suggests pushing a PR:
Before: "Push a PR and use claude <PR#>, or pass a closer base branch…" After: "Pass a closer base branch (claude <branch>) to narrow the scope, or split the change."
Size-check error (search for "is too large for ultrareview (") and field fetch (search for "additions,deletions,changedFiles")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.