What problem does it solve?
This Skill automates code reviews and deep analysis by invoking the OpenAI Codex CLI against a project to generate structured feedback, identify issues, and suggest improvements.
Core Features & Use Cases
- Automated Code Review: Analyze code quality, detect potential bugs, and propose concrete refactors across a repository.
- In-depth Analysis: Assess architecture, dependencies, and implementation details to answer complex technical questions.
- Use Case: When a pull request contains multiple files, ask this Skill to produce a concise, actionable review with risk points and recommended changes.
Quick Start
Use the codex skill to review a project by executing codex exec --full-auto --sandbox read-only --cd /path/to/project "Please review the authentication flow and report any security or correctness issues."