📝
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/plugins/codex/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
plugins/codex/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, capture review comments, and answer questions about revdiff configuration, themes, and 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).

Script Path Resolution

Resolve the script directory using repo root first, then fall back to Codex home:

SCRIPT_DIR="$(git rev-parse --show-toplevel 2>/dev/null)/plugins/codex/skills/revdiff/scripts"
if [ ! -d "$SCRIPT_DIR" ]; then
    SCRIPT_DIR="${CODEX_HOME:-$HOME/.codex}/skills/revdiff/scripts"
fi

Use $SCRIPT_DIR in place of script paths throughout this skill.

Note: the launcher override chain (user via ${CLAUDE_PLUGIN_DATA} → bundled) is Claude-only — codex users customize the launcher by editing ~/.codex/skills/revdiff/scripts/launch-revdiff.sh directly.

Activation Triggers

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 #965 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.