name: open-changed-files-review description: Open files edited by Codex in VSCode after making changes, using the bundled open-changed-files script (silent no-op when unavailable).
Open Changed Files Review
Contract
Prereqs:
-
zshavailable onPATH. - Optional: VSCode CLI
code(missing → script no-ops). -
$CODEX_HOME/skills/tools/devex/open-changed-files-review/scripts/open-changed-files.zshavailable.
Inputs:
- File paths touched in the current run (preferred).
- Optional:
CODEX_OPEN_CHANGED_FILES_MAX_FILESto cap opened files.
Outputs:
- Opens the requested files in VSCode (best-effort).
- If VSCode/tool unavailable: silent no-op (still provides a paste-ready command in chat when used manually).
Exit codes:
-
0: success or no-op - non-zero: invalid usage or unexpected runtime failure
Failure modes:
- VSCode CLI
codenot installed or not onPATH. - Input paths do not exist (script filters to existing files).
Use this skill when Codex has edited files and you want to immediately open the touched files in Visual Studio Code for human review.
Inputs
- A list of file paths that were modified/added in this Codex run (preferred; does not require git).
Workflow
- Build a de-duplicated list of existing files from the touched paths.
- Determine the cap:
- Default:
CODEX_OPEN_CHANGED_FILES_MAX_FILES=50 - If there are more files than the cap: open the first N and mention that it was truncated.
- Default:
- Prefer running:
-
$CODEX_HOME/skills/tools/devex/open-changed-files-review/scripts/open-changed-files.zsh --max-files "$max" --workspace-mode pwd -- <files...>
-
- If VSCode CLI
code(or the tool) is unavailable: silent no-op (exit0, no errors), but still print a paste-ready manual command plus the file list for the user.
Paste-ready command template
$CODEX_HOME/skills/tools/devex/open-changed-files-review/scripts/open-changed-files.zsh --max-files "${CODEX_OPEN_CHANGED_FILES_MAX_FILES:-50}" --workspace-mode pwd -- <files...>
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
2
GitHub Forks
0
Created
Jan 2026
Last Updated
5 months ago
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!