Skill Detail

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.

Code Quality & ReviewMulti-Framework
Code Quality & Review Multi-Framework Published
⭐ 561 GitHub stars ⬇ 3.5k/wk npm
COPY SKILL INSTRUCTIONS (OPTIONAL)
npx skills add agentskillexchange/skills --skill review-ai-generated-code-changes-with-diffity Copy
Uses the third-party skills CLI, not an ASE-owned installer. Check your agent’s compatibility. This copies instructions; complete the upstream tool setup below separately.
At a glance
Tools required
Git repo, Node.js, browser, compatible coding agent for slash-command workflow
Install & setup
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.
Author
kamranahmedse
Publisher
Individual
Last updated
Apr 20, 2026
Quick brief

Use Diffity when an agent has produced a patch and you want a deliberate review pass before accepting it. It opens a local GitHub-style diff UI, supports inline comments from you or the agent, and can feed unresolved review threads back into commands like `/diffity-resolve` for targeted follow-up edits. Invoke this instead of using a coding agent normally when the missing step is human review and comment-driven remediation, not raw code generation. The boundary is local diff inspection and review handoff for code changes, not a generic diff viewer or broad IDE replacement.