codex-code-reviewer

Automate iterative code review of modified files using codex tools.

117|10|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/VCnoC/Claude-Code-Zen-mcp-Skill-Work --skill codex-code-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-code-reviewer
Source: https://github.com/VCnoC/Claude-Code-Zen-mcp-Skill-Work/tree/main/skills/codex-code-reviewer
Command: npx skills add https://github.com/VCnoC/Claude-Code-Zen-mcp-Skill-Work --skill codex-code-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manual code reviews are slow, inconsistent, and often miss critical issues. This Skill automates systematic code quality checks, ensuring your code adheres to high standards across multiple dimensions.

Core Features & Use Cases

  • 5-Dimension Quality Check: Reviews code for quality, security, performance, architecture, and documentation compliance.
  • Iterative Fix-and-Recheck Cycles: Automatically identifies issues, suggests fixes, applies them (with or without your approval), and re-validates until the code is clean.
  • Full Automation Mode: In automated workflows, it autonomously applies fixes based on severity, logging all decisions for transparency.
  • Final Validation Mode: Ensures critical projects meet stringent quality gates with a mandatory dual-tool verification process before completion.
  • Use Case: After Claude generates new code, simply ask "使用codex对代码进行检查." The skill will automatically scan for issues like SQL injection risks or N+1 queries, suggest fixes, and apply them, ensuring your code is production-ready.

Quick Start

To review recently modified code

使用codex对代码进行检查

To perform a final quality validation for a project

项目已完成,请进行最终质量验证

Frequently Asked Questions about codex-code-reviewer

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

FAQPage Schema
How do I automate code reviews for quality and security issues?

Automated code review systematically scans recently modified files across five dimensions—quality, security, performance, architecture, and documentation—identifying issues like SQL injection risks and suggesting fixes iteratively until code meets standards.

Can I automatically fix code issues after they're detected?

Yes, the Skill applies fixes iteratively with optional approval: in automated mode it autonomously applies severity-based corrections, while in final validation mode it enforces dual-tool verification before completion, logging all decisions.

What types of code quality problems does automated review catch?

It detects quality violations, security vulnerabilities like SQL injection and N+1 queries, performance bottlenecks, architectural inconsistencies, and documentation gaps across your codebase in a single review cycle.

How does iterative code review with automatic fixes work?

The Skill identifies issues, proposes corrections, applies them based on your automation settings, then re-validates the updated code, repeating cycles until all detected problems are resolved and quality gates pass.

When should I use code review automation instead of manual review?

Use automated review in development workflows after code generation, post-commit, or across diverse projects to ensure consistency; manual review remains valuable for architectural decisions that require human judgment.

Does this work with recently modified files in any project type?

Yes, the Skill operates on recently modified code files across diverse project types, reading automation mode and coverage targets from context to adapt its validation strategy to your workflow.