| name | codiff |
| description | Open Codiff from the current Codex session with a walkthrough seeded by the active conversation. Use when the user writes "$codiff", "show me codiff", "open Codiff", or asks to review the current changes in Codiff with Codex context. |
| metadata | {"short-description":"Open Codiff with session context"} |
Codiff
Open Codiff with a walkthrough seeded by the active Codex conversation.
Workflow
- Run the bundled launcher from this skill directory:
node scripts/open-codiff.mjs
- Forward any explicit user target after the command:
node scripts/open-codiff.mjs HEAD
node scripts/open-codiff.mjs pr 75
node scripts/open-codiff.mjs /path/to/repository
The launcher uses CODEX_THREAD_ID when available and passes it to Codiff. Codiff owns repository
state, diff digest creation, and the ephemeral Codex walkthrough call.
Do not summarize the conversation manually. The skill is only a handoff into Codiff.