sterlingcrispin/auditcodexdirect
Send specific files to OpenAI Codex CLI for an independent audit/review
npx skills add https://github.com/sterlingcrispin/claude_slash_commands --skill auditcodexdirect
The user wants to audit specific files (not a git diff). They will provide file paths, or you should identify the relevant files from context.
<FILE_PATHS> with the space-separated list of files, and <FILE_SUMMARY> with a concise description of each file's purpose:codex exec -m "gpt-5.4" -c 'model_reasoning_effort="xhigh"' -c 'service_tier="fast"' --dangerously-bypass-approvals-and-sandbox -C "$(pwd)" "You are a READ-ONLY code reviewer. Read and review the following files: <FILE_PATHS>. Review them for: bugs, security issues, performance problems, logic errors, and style concerns. Be specific about file names and line numbers. You may read other files in the repo and run tests to verify your findings. SAFETY RULES: Do NOT delete files, edit existing files, change branches, checkout, reset, revert, amend, or undo commits. Do NOT run git push, git checkout, git reset, git clean, rm, or any destructive command. You may create temporary files if needed for debugging. Your job is strictly to READ and REPORT. Do a deep audit and think from first principles. Leave no question unanswered. Here is context about the files: <FILE_SUMMARY>"
agents.md, README.md, CLAUDE.md, current_*.md, or similar docs in the repo or in a /doc/ folder DEV_JOURNAL.md etc) to see if the finding conflicts with the stated project intent.Take sterlingcrispin/auditcodexdirect from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.