open-review

Review git patches locally and generate structured review prompts for Claude.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/alastor0325/fx-bug-toolkit --skill open-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-review
Source: https://github.com/alastor0325/fx-bug-toolkit/tree/main/skills/open-review
Command: npx skills add https://github.com/alastor0325/fx-bug-toolkit --skill open-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about open-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review local git patches with a web UI?

You can review local git patches by running a daemon that launches a browser-based dashboard to browse diffs, leave inline comments, and approve or deny changes patch by patch.

Can I generate a structured review prompt for Claude from git diffs?

Yes, you can generate a structured review prompt for Claude by reviewing your git diffs and exporting the inline comments and patch approvals directly into a ready-to-submit prompt format.

Do I need Revue installed to review git worktrees locally?

You need Revue 0.2.0 or higher to review git worktrees locally, as the tool enforces dependency checks and coordinates lazy installation before launching the review daemon.

What is the best way to manually approve or deny git patches before submission?

The best way to manually approve or deny git patches is through a local web dashboard that allows patch-by-patch review, discussion of changes, and structured prompt generation.

Why does the git patch review daemon fail to launch on its dedicated port?

The git patch review daemon may fail to launch on its dedicated port if the Revue 0.2.0+ dependency check fails or the target repository cannot be resolved correctly.