codex

Review code diffs and consult OpenAI Codex CLI via shell commands.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/moogieon/kadera --skill codex-moogieon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/moogieon/kadera/tree/main/.claude/skills/gstack/codex
Command: npx skills add https://github.com/moogieon/kadera --skill codex-moogieon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gstack-update-check, gstack-config, gstack-repo-mode, gstack-slug, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies and enhances the development process by providing various modes to review, consult, and challenge code, leveraging OpenAI Codex capabilities.

Core Features & Use Cases

  • Code Review: Get independent diff review feedback with a pass/fail gate.
  • Consult: Ask Codex about any coding-related questions with session continuity for follow-ups.
  • Challenge: Present code to an adversarial mode that attempts to break your code.
  • Use Case: If you are stuck on a piece of code, use the 'code review' mode to get a second opinion on your code implementation.

Quick Start

Run 'codex review' to initiate a code review session.

Frequently Asked Questions about codex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a second opinion on my code implementation using AI?

You can get a second opinion on your code implementation by running a code review session, which provides independent diff review feedback and a pass/fail gate using OpenAI Codex capabilities.

Can I ask an AI about coding questions and maintain session continuity for follow-ups?

You can ask coding questions with session continuity for follow-ups by using the consult mode, which maintains context across multiple questions during a consultation.

What is an adversarial code challenge mode for testing code quality?

An adversarial code challenge mode presents your code to an AI that attempts to break it, helping identify vulnerabilities and quality issues before deployment.

Does the Codex CLI wrapper support software engineering workflows that require code analysis?

The Codex CLI wrapper supports software engineering workflows requiring code analysis by operating via Bash, Read, Write, Glob, Grep, and AskUserQuestion commands to facilitate review and consultation.

What's the best way to start an AI assisted code review for my latest changes?

The best way to start an AI assisted code review is to run the 'codex review' command, which initiates a session to analyze your code diff and provide independent feedback.