What problem does it solve?
Open Revue provides a local web dashboard to review a git repo's patches/worktrees by hand, browse diffs, leave inline comments, approve/deny per patch, and generate a structured review prompt to paste back to Claude. It is the human-review companion to /review (the AI reviewer) and runs as a local daemon that opens your browser.
Core Features & Use Cases
- Local web UI to review patches across worktrees, browse diffs, leave inline comments, approve/deny patches, and generate a structured review prompt for Claude.
- It coordinates repository resolution and lazy installation of Revue; runs as a daemon and opens a browser for quick review sessions.
- Use case: review a sequence of patches in a repo, discuss changes with teammates, and produce a ready-to-submit review prompt.
Quick Start
Run open-review to start the local Revue dashboard for your repository.