codex

Route code diffs through the Codex CLI for review, challenge, or consult modes.

2|2|Updated Dec 1, 2024
One-click install
npx skills add https://github.com/Yaugourt/LiquidTerminal_Back --skill codex-yaugourt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/Yaugourt/LiquidTerminal_Back/tree/main/.agents/skills/gstack/codex
Command: npx skills add https://github.com/Yaugourt/LiquidTerminal_Back --skill codex-yaugourt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides an independent, brutal second opinion on code changes by routing them through the Codex CLI to surface potential issues, edge cases, and improvements.

Core Features & Use Cases

  • Review mode: code review with a pass/fail gate using codex review.
  • Challenge mode: adversarial prompts that probe your changes for weaknesses.
  • Consult mode: ask Codex anything with session continuity for follow-ups.
  • Auto-detect flow: analyzes diffs or project plans and routes to the appropriate mode.
  • Safety boundaries: enforces a filesystem boundary and explicit prompts to avoid leaking prompts or secrets.

Quick Start

Run /codex to auto-detect changes and pick a mode, or run /codex review <instructions> to start a targeted review.

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 AI code review for my git diffs?

To get an independent AI code review, you can run the review mode which routes your git diffs through the Codex CLI for objective verification and applies a pass/fail gate to surface potential issues.

What is adversarial testing in software engineering and how does it probe code changes?

Adversarial testing probes code changes for weaknesses by using challenge mode to generate adversarial prompts, routing your changes through the Codex CLI to identify edge cases and potential improvements.

Do I need the Codex CLI installed to run automated code evaluations?

Yes, you need the Codex CLI installed and available in your system PATH to run automated code evaluations, as the tool passes filesystem boundary instructions to Codex to capture review results safely.

Can I use AI-assisted security audits without leaking secrets or system prompts?

You can perform AI-assisted security audits without leaking secrets by enforcing a strict filesystem boundary and explicit prompts, ensuring the Codex CLI operates safely within defined limits.

What's the best way to ask an AI assistant for a second opinion on project plans?

The best way to ask an AI assistant for a second opinion is using consult mode, which analyzes project plans with session continuity, allowing you to ask follow-up questions and route changes appropriately.

Why does my automated code review fail to capture results?

Your automated code review fails to capture results if the Codex CLI is not installed in your PATH, as the workflow depends on executing the CLI to pass boundary instructions and retrieve the evaluation output.