๐ฏ
codex
๐ฏSkillfrom longranger2/claude-gpt-workflow
What it does
|Delegates coding tasks to OpenAI's Codex CLI for cost-effective execution, ideal for batch refactoring, code generation, multi-file changes, and test writing when the implementation plan is clear.
Same repository
longranger2/claude-gpt-workflow(3 items)
codex
Installation
Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add longranger2/claude-gpt-workflow --skill codexskills.sh Installโ Installs to .agents/skills/
npx skills add longranger2/claude-gpt-workflow --skill codexManual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/codex/SKILL.mdSKILL.md
217Installs
-
AddedMar 14, 2026
More from this repository2
๐ฏ๐ฏ
plan-review๐ฏSkill
Runs an adversarial plan iteration workflow where Claude Code asks Codex to critically review a plan file, evaluates the feedback, revises the plan, and repeats until consensus is reached. Supports multi-round reviews with issue tracking and severity-based prioritization.
plan-execute๐ฏSkill
Orchestrates a plan execution workflow where Claude Code reviews code and delegates all implementation and fixes to Codex, iterating through review rounds until quality standards are met.