diffing-start-review

Launch a diffing server and open a browser-based code review UI.

17|2|Updated May 24, 2026
One-click install
npx skills add https://github.com/ahmedragab20/diffing --skill diffing-start-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diffing-start-review
Source: https://github.com/ahmedragab20/diffing/tree/main/.agents/skills/diffing-start-review
Command: npx skills add https://github.com/ahmedragab20/diffing --skill diffing-start-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch a code-review session by launching the diffing server and opening the browser UI, enabling teams to review changes without manual setup.

Core Features & Use Cases

  • Start the review server in the background and present a GitHub-like diff UI for working tree, staged changes, and commits.
  • Provide guided handoff to agents: review in-browser, then send feedback to the coding agent for automated edits.
  • Optional wait-for-review: block until the user clicks "Send to agent" and export review comments for processing.

Quick Start

Launch the diffing server in the background to start a browser-based code review session.

Frequently Asked Questions about diffing-start-review

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

FAQPage Schema
How do I start a code review session in the browser for working tree changes?

To start a code review session, you launch the diffing server in the background, which opens a GitHub-like diff UI in your browser to review working tree, staged changes, and commits.

Can I send browser-based code review feedback directly to a coding agent?

Yes, browser-based code review feedback can be sent to agents. This guided handoff workflow allows agents to receive your comments and perform automated edits directly on the codebase.

Does the diffing server require a background-capable environment to run?

Yes, the diffing server requires a background-capable environment to launch and maintain the browser-based code review UI while you perform other development workflow tasks.

How do I pause workflow execution until a user finishes a code review?

You can use the optional await-review command to block execution until the user clicks "Send to agent" in the browser UI, then export the review comments for downstream processing.

What is the best way to review staged Git changes with a guided agent handoff?

The best way is launching a diffing server that presents a browser UI for staged changes, enforcing a guided handoff workflow where review feedback is automatically exported to coding agents for edits.