[BUG] /ultrareview only checks uncommitted files, not full branch history
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
/ultrareview claims to review the branch but only examined uncommitted
file changes (2 files). It did not review any committed commits on the branch
despite there being 15+ recent commits.
Additionally, the one finding it produced was a false positive — it described
a bug in AuthContext.tsx:151 (single-slash typo) that does not exist in the
actual code.
## Session URL
https://claude.ai/code/session_011soZaA6u2QW91X4JQRGWSX
What Should Happen?
## Expected Behaviour
Review all commits on the branch since diverging from main.
## Actual Behaviour
Only checked 2 uncommitted files and returned 1 false positive finding.
Error Messages/Logs
Steps to Reproduce
- On a git branch with multiple commits, run
/ultrareviewin Claude Code - Wait for the remote agent to complete (~10-20 min)
- Observe findings
Expected: All commits on the branch are reviewed
Actual: Only uncommitted file changes were checked (2 files reviewed,
15+ commits ignored). The one finding returned was a false positive.
Session: https://claude.ai/code/session_011soZaA6u2QW91X4JQRGWSX
Branch had ~15 commits. Repo: private monorepo (Spring Boot + React).
Claude Model
Sonnet (default)
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.98 (Claude Code)
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗