codex

Automates Codex CLI diff reviews with pass/fail gates and session-aware Q&A.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill codex-alejandrofigini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/AlejandroFigini/artist-portfolio/tree/main/.agent/skills/codex
Command: npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill codex-alejandrofigini

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Codex-driven reviews and conversations at the CLI, delivering deterministic feedback, multiple perspectives, and session-aware Q&A to speed up code quality work.

Core Features & Use Cases

  • Independent diff review (codex review) with pass/fail gates to validate changes.
  • Adversarial/challenge mode to probe code robustness and resilience.
  • Continuous Codex Q&A (second opinion) with session continuity for follow-ups.
  • Quick-start workflows to kick off reviews on new codebases or PRs.

Quick Start

Run a codex review on your repository with codex review to start a deterministic pass/fail assessment.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I automate diff-based code reviews using a CLI assistant?

Automated diff-based code reviews use a CLI wrapper to provide structured feedback and pass/fail gates on repository changes. This process validates code quality deterministically without manual inspection.

What is adversarial code review and how does it improve robustness?

Adversarial code review is a challenge mode that probes code robustness and resilience by providing a second opinion. It tests code against alternative perspectives to identify structural weaknesses.

Can I maintain session continuity for follow-up questions during a code review?

Yes, session continuity is supported through an ask-codex Q&A mode. This allows continuous Codex conversations for follow-up questions, preserving context across multiple interactions.

How do I run a deterministic pass/fail assessment on a new pull request?

Run a deterministic pass/fail assessment by executing a targeted review command on your repository diff. This validates changes against strict gating criteria to ensure code quality standards are met.

Does the Codex CLI wrapper support independent diff reviews without session context?

Yes, the CLI wrapper supports independent diff reviews that analyze changes without requiring prior session context. This mode delivers structured feedback directly on isolated code modifications.

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

Use adversarial testing mode when you need to probe code robustness and resilience rather than just validating correctness. It challenges assumptions in your changes more deeply than standard pass/fail reviews.