Skip to main content

codex-review

Professional code review with auto CHANGELOG generation, integrated with Codex AI

Stars
27,681
Source
davila7/claude-code-templates
Updated
2026-05-31
Slug
davila7--claude-code-templates--codex-review
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/davila7/claude-code-templates/HEAD/cli-tool/components/skills/development/codex-review/SKILL.md -o .claude/skills/codex-review.md

Drops the SKILL.md into .claude/skills/codex-review.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

codex-review

Overview

Professional code review with auto CHANGELOG generation, integrated with Codex AI

When to Use

  • When you want professional code review before commits
  • When you need automatic CHANGELOG generation
  • When reviewing large-scale refactoring

Installation

npx skills add -g BenedictKing/codex-review

Step-by-Step Guide

  1. Install the skill using the command above
  2. Ensure Codex CLI is installed
  3. Use /codex-review or natural language triggers

Examples

See GitHub Repository for examples.

Best Practices

  • Keep CHANGELOG.md in your project root
  • Use conventional commit messages

Troubleshooting

See the GitHub repository for troubleshooting guides.

Related Skills

  • context7-auto-research, tavily-web, exa-search, firecrawl-scraper