codex-review

Generate code review feedback and CHANGELOG entries via Codex CLI.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/BoraPerusic/agents --skill codex-review-boraperusic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-review
Source: https://github.com/BoraPerusic/agents/tree/main/skills/to%20try/codex-review
Command: npx skills add https://github.com/BoraPerusic/agents --skill codex-review-boraperusic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Professional code review and CHANGELOG generation often require manual effort and can be error-prone. This skill automates structured feedback and release notes, saving time and improving code quality.

Core Features & Use Cases

  • Automated, Codex-powered code reviews that identify issues, improve style, and suggest fixes.
  • Auto-generation of CHANGELOG entries aligned with conventional commits for release notes.
  • Suitable for pre-commit reviews, large-scale refactoring, and iterative feature improvements.

Quick Start

Install the skill with npx skills add -g BenedictKing/codex-review and run /codex-review to start a professional code review session.

Frequently Asked Questions about codex-review

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

FAQPage Schema
How do I automate code reviews and CHANGELOG generation in my CI workflow?

To automate code reviews and CHANGELOG generation, run /codex-review during pre-commit checks or CI workflows to produce deterministic feedback and conventional commit-aligned release notes.

What is auto CHANGELOG generation aligned with conventional commits?

Auto CHANGELOG generation extracts conventional commits from your project history to automatically structure release notes, eliminating manual entry formatting during release preparation.

Do I need Codex CLI installed to run AI-assisted code reviews?

Yes, Codex CLI must be installed and configured in your environment to execute the /codex-review command for AI-assisted code analysis and feedback generation.

Can I use this code review skill for large-scale refactoring projects?

Yes, the code review skill supports large-scale refactoring by providing structured feedback on architectural changes and automatically generating corresponding CHANGELOG entries.

How do I install and activate the codex-review skill?

Install codex-review using npx skills add -g BenedictKing/codex-review, then activate a professional code review session by executing /codex-review in your terminal.

Does automated code review work without an existing CI pipeline?

Automated code review can run locally as a pre-commit check without a full CI pipeline, though integrating it within CI workflows ensures consistent feedback and release-note preparation.