spec-review-with-codex

Coordinate parallel Claude and Codex reviews of specs against the codebase.

16|2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/figuretu/my-skills --skill spec-review-with-codex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-review-with-codex
Source: https://github.com/figuretu/my-skills/tree/main/spec-review-with-codex
Command: npx skills add https://github.com/figuretu/my-skills --skill spec-review-with-codex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Claude 与 Codex 双视角并行审查需求/设计产出物,对比分析后输出综合报告。核心原则:代码驱动审查——两个 agent 各自独立探索项目代码,从不同视角验证 spec 是否切合当前代码实际。

Core Features & Use Cases

  • 并行审查:Claude 和 Codex 同时从代码和设计角度独立审查需求、提案、设计和任务,输出对比分析报告。
  • 代码探索驱动:在审查过程中读取相关模块和接口,以验证 spec 的可实现性。
  • Use Case: 当用户提供 openspec/changes/... 或任意文档目录时,Skill 自动对齐产出物,并将综合报告写入 .ai_docs/review/。

Quick Start

Point the target directory after activation; the skill will run parallel analyses and save the consolidated report to .ai_docs/review.

Frequently Asked Questions about spec-review-with-codex

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

FAQPage Schema
How do I automate spec review for design documents against an existing codebase?

Automated spec review uses parallel agents to explore project code and validate whether design documents and proposals align with current interfaces and modules, outputting a consolidated report to a designated directory.

What is parallel code exploration for requirements validation?

Parallel code exploration for requirements validation involves multiple independent agents analyzing the codebase simultaneously from different perspectives to verify the feasibility of specs and design files, producing a comparative analysis.

How to review openspec proposals and task lists against current module interfaces?

To review openspec proposals, point the skill to the target directory containing the task lists, triggering automated code exploration to validate interfaces and output a final review document in the project folder.

Does dual-perspective code review work with arbitrary documentation directories?

Yes, dual-perspective code review works with arbitrary documentation directories by automatically aligning the provided target directory contents for parallel analysis and consolidated report generation.

What is the best way to consolidate feedback from multiple code review agents?

The best way to consolidate feedback from multiple code review agents is to run them independently against the codebase and generate a unified comparison report detailing design and code-level validation results.

Where does the consolidated spec review report get saved?

The consolidated spec review report gets saved directly into the `.ai_docs/review/` directory within your project, ensuring the documentation analysis output is version controlled and accessible.