codex-review

Perform adversarial multi-round plan reviews with Codex and persist verdicts to Markdown.

319|74|Updated May 17, 2025
One-click install
npx skills add https://github.com/m-xlsea/ruoyi-plus-soybean --skill codex-review-m-xlsea
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-review
Source: https://github.com/m-xlsea/ruoyi-plus-soybean/tree/main/.claude/skills/codex-review
Command: npx skills add https://github.com/m-xlsea/ruoyi-plus-soybean --skill codex-review-m-xlsea

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

对抗式计划审查 — P 阶段 CC↔Codex 多轮审查,用于严格发现计划中的漏洞、模糊点与不可执行之处,并记录审查结果。

Core Features & Use Cases

  • 自动选择审查模板:根据 plan.md 的关键词自动匹配 templates/api-review.md、templates/frontend-review.md、templates/infra-review.md 或 templates/general-review.md。
  • 多轮评审循环:Codex 与 CC 之间进行多轮对话,直到达到批准或需要修改的状态。
  • 评审结果持久化:将最终评审记录到 reviews/review-{REVIEW_ID}.md,并生成修改建议。

Quick Start

Run codex-review on a P-stage plan.md to produce a round-by-round critique and final verdict.

Frequently Asked Questions about codex-review

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

FAQPage Schema
How do I perform an adversarial review on a project plan to find vulnerabilities?

Adversarial plan review uses multi-round dialogue between Codex and CC to identify vulnerabilities, ambiguities, and infeasible points in a P-stage plan. It applies template-driven validation to rigorously test the plan before execution.

Can I automatically select a review template based on plan keywords?

Yes, template selection is automated by matching plan.md keywords to the appropriate template, such as api-review, frontend-review, infra-review, or general-review. This ensures the adversarial review uses the correct validation criteria.

How does multi-round validation work during plan critique?

Multi-round validation works by iterating dialogue between Codex and CC until the plan reaches an approved or needs-modification state. This loop rigorously exposes flaws and feasibility issues before generating a final verdict.

Where are adversarial review results persisted after validation?

Review results are persisted as a structured document at reviews/review-{REVIEW_ID}.md. This file contains the final verdict, round-by-round critique, and actionable remediation suggestions for the plan.

Do I need any external dependencies to run an automated plan review?

No external dependencies are required to run automated plan review. The process relies entirely on built-in template matching and multi-round dialogue loops between Codex and CC to validate P-stage plans.

What is the best way to validate feasibility issues in a P-stage plan?

The best way to validate feasibility issues is using template-driven adversarial review with Codex. It performs multi-round critique to identify vulnerabilities and generates actionable remediation suggestions for the plan.