diffity-review

Review git diffs and generate inline and general comments via diffity CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review diffs and surface structured inline and general feedback using the diffity agent.

Core Features & Use Cases

  • Inline diff comments: attach feedback to specific lines in a diff.
  • General reviews: capture high-level feedback not tied to a line.
  • Workflow automation: integrate with CI or agent-based review pipelines.

Quick Start

Run the diffity-review command on the current diff to begin leaving agent comments.

Frequently Asked Questions about diffity-review

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

FAQPage Schema
How do I add inline comments to a git diff using an AI agent?

To add inline comments to a git diff, the diffity-review agent CLI reviews your current working tree, branch, or commit and attaches feedback to specific lines. This automates structured code reviews by capturing reviewer feedback directly on the changes.

Can I automate code review for git diffs in a CI pipeline?

Yes, you can automate code review in a CI pipeline by integrating the diffity agent CLI. It reviews current diffs and generates inline and general comments, enabling workflow automation for agent-based review pipelines.

What is the best way to review commits and branches for high-level feedback?

The best way to review commits and branches is using diffity CLI commands like diff and comment to capture high-level feedback. This agent reviews current diffs across working trees and generates structured general comments not tied to specific lines.

How do I resolve or dismiss inline comments on a working tree diff?

You can resolve or dismiss inline comments on a working tree diff using the diffity CLI commands resolve and dismiss. These commands interact with diffs to manage reviewer feedback and structured resolutions directly through the agent.

Does the diffity agent work without external dependencies for code review?

Yes, the diffity agent works without external dependencies to review diffs and generate comments. It uses its own CLI commands like diff, comment, resolve, and dismiss to interact with current git diffs and capture reviewer feedback.

When should I use an AI agent for code review instead of manual inspection?

You should use an AI agent for code review when you need to automate structured feedback across multiple commits or branches. It applies to git diffs across working trees, enabling efficient comment generation and resolution that manual inspection cannot scale to.