---
title: "Review AI-generated code changes in a cleaner diff workflow with Diffity"
description: "Open a GitHub-style local diff, collect inline review comments, then hand unresolved threads back to a coding agent for fixes."
verification: "listed"
source: "https://github.com/kamranahmedse/diffity"
author: "kamranahmedse"
publisher_type: "individual"
category:
  - "Code Quality & Review"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "kamranahmedse/diffity"
  github_stars: 561
  npm_package: "diffity"
  npm_weekly_downloads: 3548
---

# Review AI-generated code changes in a cleaner diff workflow with Diffity

Open a GitHub-style local diff, collect inline review comments, then hand unresolved threads back to a coding agent for fixes.

## Prerequisites

Git repo, Node.js, browser, compatible coding agent for slash-command workflow

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Install with `npm install -g diffity`, run `diffity` inside a git repo to open the local review UI, and optionally install the skill pack with `npx skills add kamranahmedse/diffity` for agent commands.
```

## Documentation

- https://diffity.com

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/review-ai-generated-code-changes-with-diffity/)
