codex

Review code diffs via Codex CLI and return a gate verdict.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/him55710-sudo/uni-foli --skill codex-him55710-sudo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/him55710-sudo/uni-foli/tree/main/.agents/skills/gstack-codex
Command: npx skills add https://github.com/him55710-sudo/uni-foli --skill codex-him55710-sudo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rapidly obtain an independent, brutally honest second opinion on code changes or prompts by routing them through the Codex CLI to surface gaps, issues, or improvements before shipping.

Core Features & Use Cases

  • Independent evaluation of diffs and changes using Codex CLI for code reviews
  • Adversarial/challenge mode to stress test changes and uncover edge cases
  • Prompt consultation mode to validate prompts and instructions against quality and safety

Quick Start

Run /codex review to get an independent assessment of your latest changes

Frequently Asked Questions about codex

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

FAQPage Schema
How do I get an independent second opinion on my code changes before shipping?

You can get an independent second opinion on code changes by routing diffs through Codex CLI to surface gaps, issues, and improvements before shipping. The Skill evaluates your latest changes and returns a structured result with a gate verdict and telemetry.

How does adversarial code review work for stress testing diffs?

Adversarial code review works by invoking challenge mode in Codex CLI to stress test your diffs and uncover hidden edge cases. It applies adversarial testing logic against your code changes to expose vulnerabilities before deployment.

Do I need Codex CLI installed to review diffs and validate prompts?

Yes, you must have the Codex CLI installed and available in your environment before using this Skill. It reads diffs or plan context and invokes the CLI directly to perform code reviews, adversarial testing, and prompt validation.

Can I use prompt consultation mode to validate instructions against safety and quality?

Yes, you can use consult mode to validate prompts and instructions against quality and safety standards. The Skill routes your ad-hoc inquiries through Codex CLI to provide an honest assessment of your prompt logic and instructions.

What is the best way to review code diffs for edge cases and gaps?

The best way to review code diffs for edge cases is to run the review or challenge modes to obtain a brutally honest second opinion. This approach surfaces gaps, issues, and potential improvements by independently evaluating your changes before they are merged.

What limitations should I expect when using Codex CLI for code reviews?

The Skill is limited to reading diffs and plan context, meaning it requires the Codex CLI to be fully installed and functional. It cannot review code without accessible diffs or plan context, and it depends entirely on the CLI for its evaluation logic.