open-changed-files-review | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / open-changed-files-review

open-changed-files-review

maintained by graysurf

star 2 account_tree 0 verified_user MIT License
bolt View GitHub

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:

  • zsh available on PATH.
  • Optional: VSCode CLI code (missing → script no-ops).
  • $CODEX_HOME/skills/tools/devex/open-changed-files-review/scripts/open-changed-files.zsh available.

Inputs:

  • File paths touched in the current run (preferred).
  • Optional: CODEX_OPEN_CHANGED_FILES_MAX_FILES to 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 code not installed or not on PATH.
  • 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

  1. Build a de-duplicated list of existing files from the touched paths.
  2. 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.
  3. Prefer running:
    • $CODEX_HOME/skills/tools/devex/open-changed-files-review/scripts/open-changed-files.zsh --max-files "$max" --workspace-mode pwd -- <files...>
  4. If VSCode CLI code (or the tool) is unavailable: silent no-op (exit 0, 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)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 2
GitHub Forks 0
Created Jan 2026
Last Updated 5 months ago
tools tools automation tools

Related Skills

specs-gen
chevron_right
glm-coding-agent
chevron_right
feature-dev
chevron_right
creating-pr
chevron_right
writing-skills
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.