codex

Unify code review, adversarial testing, and consult workflows via Codex CLI.

4|2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/florianhorner/mammamiradio --skill codex-florianhorner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/florianhorner/mammamiradio/tree/main/.claude/skills/gstack/codex
Command: npx skills add https://github.com/florianhorner/mammamiradio --skill codex-florianhorner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex CLI wrapper solves the fragmentation between code review, adversarial testing, and knowledge queries by providing a single, coherent interface to run codex analyses against a codebase.

Core Features & Use Cases

  • Code Review: independent diff review via codex review with a pass/fail gate.
  • Adversarial Challenge: adversarial mode that tries to break your code to reveal weaknesses.
  • Consult: ask codex anything with session continuity for follow-ups.

Quick Start

Install the Codex CLI and run codex with your task to start using the three modes immediately.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I run an independent code review on my latest git diff?

To run an independent code review, you can use the codex review command to analyze your diff against a pass/fail gate. This provides an automated assessment of your latest code changes.

Can I use adversarial testing to find weaknesses in my source code?

Yes, you can use adversarial testing to actively attempt to breach your code and reveal hidden weaknesses. This mode challenges your codebase to find vulnerabilities before deployment.

What is the best way to maintain session continuity when asking questions about a codebase?

The best way to maintain session continuity is to use the consult mode, which allows you to ask questions and perform follow-ups. This mode keeps your ongoing queries contextually connected.

How do I unify code review, adversarial testing, and consultation into a single workflow?

You can unify these tasks by using the Codex CLI wrapper, which provides a single coherent interface for all three modes. It consolidates independent reviews, adversarial challenges, and ongoing consultations.

Do I need to install the Codex CLI separately to use these code review triggers?

Yes, you need to install the Codex CLI separately to run these tasks. Once installed, you can immediately trigger the three operational modes for your software engineering workflows.

When should I use an adversarial challenge mode instead of a standard code review?

You should use adversarial challenge mode instead of a standard code review when you need to proactively try breaking your code to reveal deeper weaknesses. Standard review validates diffs, while adversarial testing stress-tests logic.