codex-code-review

Automate code reviews of diffs, PRs, and repositories using Codex CLI.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/furrycolombia-sys/candyshop --skill codex-code-review-furrycolombia-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-code-review
Source: https://github.com/furrycolombia-sys/candyshop/tree/main/.agents/skills/codex-code-review
Command: npx skills add https://github.com/furrycolombia-sys/candyshop --skill codex-code-review-furrycolombia-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Code review is often slow and error-prone. This skill automates thorough code reviews of diffs, PRs, and entire repositories using the Codex CLI to surface defects, security concerns, and quality issues, saving time and improving code quality.

Core Features & Use Cases

  • Review staged changes, uncommitted files, specific paths, or entire directories to identify logic errors, security gaps, and performance concerns.
  • Generate structured, actionable review reports with severity levels, recommended fixes, and rationale.
  • Use Case: when a PR is opened, run automated review to surface issues before merging and maintain code health.

Quick Start

Provide a comprehensive code review prompt to Codex CLI and run it in headless mode to generate a structured report.

Frequently Asked Questions about codex-code-review

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

FAQPage Schema
How do I automate code reviews for git diffs and pull requests?

Automated code review processes diffs and pull requests by analyzing staged changes and specific paths to surface logic errors, security gaps, and performance concerns. It generates structured reports containing severity levels, recommended fixes, and rationale.

Can I review an entire repository directory for security and performance issues?

Repository directory review analyzes entire codebases to identify security gaps and performance concerns. The process evaluates specific files, directories, or complete repositories, generating structured outputs with severity tagging and remediation suggestions.

How do I run headless code analysis to generate structured remediation reports?

Headless code analysis executes in full-auto mode to generate structured review reports without user interaction. The process outputs severity levels, recommended fixes, and rationale for identified defects, security concerns, and quality issues.

What is the best way to identify security vulnerabilities in staged changes before merging?

Security vulnerability identification in staged changes surfaces defects and security gaps before merging to maintain code health. The process evaluates uncommitted files and git diffs, producing structured reports with severity tagging and remediation suggestions.

Does automated code review work with uncommitted files and specific code paths?

Automated code review processes uncommitted files and specific code paths by analyzing targeted directories or staged changes. It supports reviewing uncommitted files, specific paths, or entire directories to identify logic errors, security gaps, and performance concerns.