Back to skills

codex

development

Wraps the OpenAI Codex CLI to provide three code analysis modes: a structured diff review with a pass/fail gate, an adversarial challenge that searches for edge cases and failure paths, and a consult

Setup & Installation

npx skills add https://github.com/garrytan/codex --skill codex
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/codex
View on GitHub

What This Skill Does

Wraps the OpenAI Codex CLI to provide three code analysis modes: a structured diff review with a pass/fail gate, an adversarial challenge that searches for edge cases and failure paths, and a consult mode for open-ended questions with session continuity across turns. Using two independent models on the same code catches findings that either one alone would miss, since Codex and Claude have different training and different blind spots.

When to use it

  • Working with codex functionality
  • Implementing codex features
  • Debugging codex related issues