review-codex

Automate final code or plan review with Codex CLI and write results to .task/review-codex.json.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/cskwork/llm-review --skill review-codex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-codex
Source: https://github.com/cskwork/llm-review/tree/main/skill/review-codex
Command: npx skills add https://github.com/cskwork/llm-review --skill review-codex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the final code/plan review by invoking Codex CLI, acting as the last gate before approval.

Core Features & Use Cases

  • Independent, Codex-based final review for plans and implementations.
  • Session-aware workflow that supports first-time and subsequent reviews.
  • Reads task-state artifacts under .task (plan-refined.json, impl-result.json) and outputs a structured result.

Quick Start

Instruct Codex to perform the final review by running the Codex CLI workflow on the current task and saving results to .task/review-codex.json.

Frequently Asked Questions about review-codex

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

FAQPage Schema
How do I automate code review before final approval using Codex CLI?▼

Automate code review by invoking Codex CLI to act as the final gate, reading task artifacts and writing structured results to .task/review-codex.json for approval control.

What is the Codex CLI workflow for software engineering plan review?▼

Codex CLI plan review reads .task/plan-refined.json, executes an independent review session with an appropriate output schema, and saves the evaluation to .task/review-codex.json.

How do I run a Codex CLI review on an existing implementation result?▼

Run Codex CLI on your implementation by ensuring outputs are stored in .task/impl-result.json, which triggers the code review mechanism to evaluate the implementation before approval.

Can I use Codex CLI for subsequent review sessions on the same task?▼

Yes, the Codex CLI workflow is session-aware, supporting both first-time and subsequent reviews by managing ongoing review sessions and updating the .task/review-codex.json file.

Does the Codex CLI review workflow require specific task directory artifacts?▼

Yes, the workflow requires task-state artifacts under the .task directory, specifically plan-refined.json or impl-result.json, to determine whether to perform a plan or code review.