소개
The Codex Automated Review Gate is a sophisticated quality assurance skill designed to act as a mandatory checkpoint within the Claude Code workflow. It automatically analyzes code diffs for logic errors, security vulnerabilities, performance bottlenecks, and maintainability issues using a read-only sandbox environment. By implementing a sophisticated review-fix-test loop, the skill identifies 'blocking' issues and attempts to resolve them autonomously before presenting the final implementation to the user. Whether handling small patches or large-scale architectural changes via parallel subagents, it ensures that every line of code meets high-quality standards and project-specific requirements.