diffity
GitHub-style diff viewer with AI code review and guided code tours
All Skills in This Repository (7)
Pure Emerald Level Indicatorsdiffity-learn
Plans and delivers Diffity tour-based, project-driven learning journeys for programming topics.
diffity-tour
Create guided in-browser code tours with CLI-managed steps and Mermaid diagrams.
diffity-resolve
Resolve open review comments by applying code changes to GitHub-style diffs.
diffity-resolve-tree
Resolve open diffity tree threads by applying targeted code changes.
diffity-tree
Creates a visual file tree in the browser for repository navigation and inline commenting.
diffity-review
Review git diffs and generate inline and general comments via diffity CLI.
diffity-diff
Open Git diffs in a browser via the diffity CLI.
Frequently Asked Questions
FAQPage SchemaHow to install diffity?โผ
Run `npx skills add kamranahmedse/diffity --all -g -y` in your terminal to install all skills in this suite globally.
How to review code changes with AI?โผ
Run /diffity-review and your agent analyzes the diff, leaving inline comments tagged by severity like must-fix or suggestion. Then run /diffity-resolve to have the agent apply the fixes automatically.
Can diffity review GitHub pull requests locally?โผ
Yes. Pass a PR URL to diffity and it checks out the branch, opens the diff locally, and lets you push review comments back to GitHub.
Does diffity work with Claude Code and Cursor?โผ
Yes. Diffity is agent-agnostic and works with Claude Code, Cursor, Codex, and any AI coding agent that supports the SKILL.md standard.
Can diffity teach me a new programming language?โผ
Yes. The /diffity-learn skill turns your agent into a tutor that builds hands-on projects, gives you challenges, and reviews your code with inline feedback.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core