📝
QualityGo

Revdiff Plan

by umputun

Revdiff Plan 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 Plan
Copy Revdiff Plan 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-plan ~/.claude/skills/revdiff-plan

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-plan/SKILL.md in umputun/revdiff
Installs to
~/.claude/skills/revdiff-plan
Collection
One of 4 skills cataloged from this repository
Category
Quality1354 skills

What Revdiff Plan does

Revdiff Plan reviews the last Codex assistant message in a revdiff TUI overlay for inline annotations. It extracts the latest rollout response, lets you comment on the plan, and loops until the review is complete.

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

Documentation

README

revdiff-plan - Review Codex Output

Review the last Codex assistant message with inline annotations using revdiff TUI in a terminal overlay.

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-plan/scripts"
if [ ! -d "$SCRIPT_DIR" ]; then
    SCRIPT_DIR="${CODEX_HOME:-$HOME/.codex}/skills/revdiff-plan/scripts"
fi

Also resolve the launcher script from the revdiff skill:

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

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

Frequently asked about Revdiff Plan

  • What else does umputun publish alongside Revdiff Plan?

    Revdiff Plan is one of 4 skills that DirSkills catalogs from umputun/revdiff, the repository it ships in. Its siblings there include Revdiff, Revdiff and Revdiff. Each one is a separate skill with its own page in this directory, installs the same way Revdiff Plan 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 Plan compare to other Quality skills?

    Revdiff Plan ranks #967 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 Plan against them. Open each page to compare what they document and how they install.