diffity-resolve

Resolve open review comments by applying code changes to GitHub-style diffs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically read open review comments and resolve them by applying the requested code changes.

Core Features & Use Cases

  • Parse and prioritize open review threads across files
  • Apply targeted edits to resolve issues and update thread status
  • Integrate with a diff viewer to automate code changes and comments

Quick Start

Provide the target thread-id (or omit to resolve all open threads) and let the agent perform the requested code changes.

Frequently Asked Questions about diffity-resolve

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

FAQPage Schema
How do I automatically resolve code review comments on GitHub diffs?

To automatically resolve code review comments, you need an agent that parses open review threads across GitHub-style diffs and applies targeted code edits. This Skill reads open comments, modifies the source files, and updates the thread statuses.

How do I apply code edits to resolve all open review threads at once?

You can resolve all open review threads at once by omitting the target thread-id parameter. The agent will parse and prioritize open review comments across files in the repository, apply the requested code changes, and update their statuses automatically.

What is needed to automate code review thread resolution across multiple files?

Automating code review thread resolution requires access to the codebase, a diff context, and agent commands that can modify source files and update thread statuses across one or more repository files.

Can I resolve a specific GitHub review thread without processing all open comments?

Yes, you can resolve a specific GitHub review thread by providing the target thread-id. The agent will apply precise code changes only to that thread and update its status, leaving other open comments untouched.

What is the best way to integrate automated code edits with a diff viewer?

The best way to integrate automated code edits with a diff viewer is using an agent that operates directly over GitHub-style diffs. It parses review threads, applies targeted source file modifications, and automates the code change workflow.