Discover and explore top open-source AI tools and projects—updated daily.
kamranahmedseAI-powered code review and diff viewer for developers
New!
Top 58.9% on SourcePulse
Diffity provides a GitHub-style diff viewer and code review tool designed to work with various AI coding agents like Claude Code, Cursor, and Codex. It enables developers to visualize code changes locally, leave comments, and leverage AI for automated review and resolution, streamlining the code review process.
How It Works
Diffity operates as an agent-agnostic tool that runs within any Git repository. It renders syntax-highlighted diffs in a web browser, mimicking the GitHub Pull Request interface. Core functionality includes leaving comments on specific lines or files, which can then be processed by integrated AI agents via slash commands (/diffity-review, /diffity-resolve) to perform automated code reviews, suggest fixes, or apply resolutions directly.
Quick Start & Requirements
npm install -g diffitygh CLI is required for GitHub Pull Request integration.diffity in a Git repo to view uncommitted changes, or specify refs like diffity HEAD~1 for commit history, diffity main..feature for branch comparisons, or GitHub PR URLs.npx skills add kamranahmedse/diffity.Highlighted Details
/diffity-review) and code changes (/diffity-resolve).diffity tree command for browsing project files with syntax highlighting and commenting capabilities.gh CLI).Maintenance & Community
No specific details regarding maintainers, community channels (like Discord/Slack), or project roadmap are present in the provided README snippet.
Licensing & Compatibility
Limitations & Caveats
Functionality related to GitHub Pull Requests is dependent on the gh CLI being installed and authenticated. The tool requires a local Git repository and a web browser to operate.
1 week ago
Inactive
openai