diffity-resolve

Read open review comments and apply requested edits to the repository.

739|50|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/nilbuild/diffity --skill diffity-resolve-nilbuild
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diffity-resolve
Source: https://github.com/nilbuild/diffity/tree/main/packages/skills/diffity-resolve
Command: npx skills add https://github.com/nilbuild/diffity --skill diffity-resolve-nilbuild

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read open review comments and resolve them by applying the requested code changes to the codebase.

Core Features & Use Cases

  • Interpret review threads and extract actionable edits.
  • Automatically modify source files to address feedback and generate a patch.
  • Mark threads as resolved and consolidate a concise summary for PRs.

Quick Start

Provide a thread-id to target and let the agent apply fixes and resolve the thread.

Frequently Asked Questions about diffity-resolve

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

FAQPage Schema
How do I automatically fix open code-review comments in Git?

To automatically fix open code-review comments, this Skill reads open review threads, interprets the requested edits, applies the source file modifications, and generates a patch to resolve the feedback.

How does automated patch generation work for code review feedback?

Automated patch generation works by having the agent interpret review threads, apply the requested code changes directly to the repository files, and then generate a commit or patch to summarize the thread resolution actions.

Can I resolve code review threads across multiple files and branches automatically?

Yes, you can automatically resolve code review threads across multiple files and branches by providing a thread-id, allowing the agent to apply fixes and mark the targeted threads as resolved.

Do I need repository access to automate code review thread resolution?

Yes, you need repository access in the agent environment to automate code review thread resolution, as the Skill must read open comments, modify source files, and generate commits to resolve the feedback.

What is the best way to apply code review fixes and summarize actions for a PR?

The best way to apply code review fixes and summarize actions is to use an automation agent that modifies source files, generates a patch, marks threads as resolved, and consolidates a concise summary for the PR.

Why does automated thread resolution require a thread-id?

Automated thread resolution requires a thread-id to target the specific review feedback, ensuring the agent applies fixes only to the requested edits and resolves the correct open thread in the repository.