diffing-finish-review

Apply human review comments to a repository and mark them resolved.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finishing a code review session typically requires manual steps to wait for human feedback, apply the requested changes, and mark comments as resolved. This skill automates the completion by orchestrating the handoff between the human reviewer and the agent.

Core Features & Use Cases

  • Wait for human-submitted review data from the running diffing server and capture the code-review comments.
  • Apply each requested change to the target repository and update the status of comments to resolved.
  • Robust edge-case handling: clarifications, batched updates, and final summary reporting for auditability.

Quick Start

Invoke the diffing-finish-review command after the human submits a review to automatically apply changes and mark all comments as resolved.

Frequently Asked Questions about diffing-finish-review

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

FAQPage Schema
How do I automate applying human code review feedback to a repository?

To automate applying human code review feedback, this Skill blocks until review data is submitted, then applies requested changes to the repository and marks associated comments as resolved.

How does comment processing work when finishing a diffing session?

Comment processing during a diffing session captures human-submitted code review comments, applies each requested change to the target repository, and automatically updates comment statuses to resolved.

Can I run this code review handoff multiple times without causing duplicate changes?

Yes, the code review handoff is deterministic and idempotent, supporting repeated activations without causing duplicate changes or inconsistent repository states.

How does this handle edge cases like batched updates or review clarifications?

Edge case handling covers clarifications, batched updates, and final summary reporting, ensuring all open comments are processed correctly for auditability during the review handoff.

What is the best way to wait for human feedback during an automated CLI code review?

The best way to wait for human feedback is using this Skill to block execution until the human submits a review for the running diffing server session, then processing the handoff.

Do I need a running diffing server to process code review handoffs?

Yes, you need a running diffing server to submit review data, which this Skill blocks on to capture comments and apply the requested repository changes.