diffity-review

Analyze the current diff and add inline comments via the diffity agent CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviewing a diff can be tedious; this skill streamlines the process by allowing you to review the current diff and leave inline comments via the diffity agent.

Core Features & Use Cases

  • Inline diff comments: attach notes to specific lines or blocks directly in the diff view.
  • Focused review workflow: filter by focus areas like security, performance, naming, errors, types, or logic.
  • Agent-assisted commands: drive reviews with the diffity CLI to list, comment, resolve, and dismiss review items.

Quick Start

Ask the agent to review the current diff and add an inline comment on a specific file and line.

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 during code review?

You can add inline comments to a git diff by using an AI-assisted agent to analyze the current working tree diff and attach notes directly to specific lines or blocks in the diff view.

Can I filter code review comments by focus areas like security or performance?

Yes, you can filter your code review workflow by specific focus areas including security, performance, naming, errors, types, and logic to narrow down the diff analysis.

How do I list and resolve review items on a pull request diff?

You can list, comment, resolve, and dismiss review items on a pull request diff by executing dedicated CLI commands within an agent-assisted review workflow.

What is the best way to perform diff-based QA across working trees and branches?

Performing diff-based QA across working trees and branches is best handled by an AI-assisted agent that analyzes the current diff and enables inline comments for targeted examinations.

Does this diff review workflow require any external dependencies?

No, this diff review workflow operates without external dependencies, allowing you to directly analyze diffs and manage inline comments without additional environment setup.