📝
QualityGo

Revdiff

by umputun

Revdiff is a Quality skill for Claude Code, published by umputun in revdiff.

804 stars82 forkson umputun/revdiffAdded 2026/08/23+2% in starsRepository updated 2026/08/20
agentic-workflowclaude-codecode-reviewdifftui
Install in seconds
Install Revdiff
Copy Revdiff into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/umputun/revdiff/tree/master/.claude-plugin/skills/revdiff ~/.claude/skills/revdiff

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/umputun/revdiff.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude-plugin/skills/revdiff/SKILL.md in umputun/revdiff
Installs to
~/.claude/skills/revdiff
Collection
One of 4 skills cataloged from this repository
Category
Quality1354 skills

What Revdiff does

Revdiff reviews diffs, files, and documents in a terminal overlay with inline annotations. Use it to inspect changes in git, hg, or jj and answer questions about revdiff usage, config, themes, or keybindings.

Revdiff is cataloged under Quality on DirSkills. Revdiff comes from a repository tagged agentic-workflow, claude-code, code-review, diff and tui.

Documentation

README

revdiff - TUI Diff Review

Review diffs with inline annotations using revdiff TUI in a terminal overlay. Works in git, hg, and jj repos (auto-detected).

Activation Triggers

  • "revdiff", "review diff", "review changes", "annotate diff"
  • "revdiff HEAD~1", "revdiff main"
  • "hg review with revdiff", "review jj change"
  • "revdiff all files", "review all files", "browse all files"
  • "revdiff all files exclude vendor"
  • "revdiff README.md", "revdiff docs/plan.md", "revdiff /tmp/notes.txt" — single-file review (--only mode)
  • "review this file", "annotate this file", "review file with revdiff"
  • "open this review in revdiff", "show review in revdiff", "review in revdiff" — open an in-session review (preload mode)

Answering Questions

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Revdiff

  • What else does umputun publish alongside Revdiff?

    Revdiff is one of 4 skills that DirSkills catalogs from umputun/revdiff, the repository it ships in. Its siblings there include Revdiff, Revdiff and Revdiff Plan. Each one is a separate skill with its own page in this directory, installs the same way Revdiff does, and is maintained by umputun in that same repository. The rest of the collection is listed on the umputun/revdiff page.

  • How does Revdiff compare to other Quality skills?

    Revdiff ranks #964 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Revdiff against them. Open each page to compare what they document and how they install.