revdiff-plan

Installation
SKILL.md

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:

Installs
5
Repository
umputun/revdiff
GitHub Stars
809
First Seen
Apr 11, 2026
revdiff-plan — umputun/revdiff