diffity-tree

Creates a visual file tree in the browser for repository navigation and inline commenting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Browsing large codebases can be cumbersome; this skill provides a browser-based Diffity tree to navigate the repository and quickly review files.

Core Features & Use Cases

  • Visual file tree navigation of the repository
  • Inline commenting on individual files
  • Supports multi-repo or mono-repo workflows with a single browser view

Quick Start

Open the diffity tree browser for the current repository and begin commenting on files.

Frequently Asked Questions about diffity-tree

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

FAQPage Schema
How do I browse repository file trees and leave comments for code review?

To browse repository file trees and leave comments, this skill starts a local server that exposes a port with a list command, returning a browser URL for visual file navigation and inline commenting on individual files.

What's the best way to navigate a large codebase for multi-module project reviews?

Navigating a large codebase for multi-module project reviews is handled by a browser-based Diffity tree view, supporting both single-repo and mono-repo workflows within a single visual interface.

Can I use this visual tree view for file-level feedback in a mono-repo workflow?

Yes, you can use the visual tree view for file-level feedback in a mono-repo workflow, as it supports multi-repo and mono-repo collaboration through a single browser-based file navigation interface.

How do I start a local server to get a browser URL for code review?

Starting a local server to get a browser URL for code review involves running the skill on the current repository, which exposes a port with a list command and returns the accessible browser link.

Does this code review tool require any external dependencies to run?

No external dependencies are required to run this code review tool, as the skill operates independently to start a local server and expose the repository file tree in the browser.

Why is browsing large codebases cumbersome and how does a visual file tree help?

Browsing large codebases is cumbersome due to complex directory structures, and a visual file tree helps by providing browser-based Diffity navigation to quickly locate and review files.