codex-review

Automate code review and CHANGELOG.md generation for software changes.

Updated May 11, 2026
One-click install
npx skills add https://github.com/IsKenKenYa/Commory --skill codex-review-iskenkenya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-review
Source: https://github.com/IsKenKenYa/Commory/tree/main/.agents/skills/codex-review
Command: npx skills add https://github.com/IsKenKenYa/Commory --skill codex-review-iskenkenya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams review code changes more reliably while automatically producing an accurate CHANGELOG, reducing the time spent on manual review and release note writing.

Core Features & Use Cases

  • Professional code review: Produces structured feedback on changes before commits.
  • Auto CHANGELOG generation: Creates or updates CHANGELOG.md based on what was changed.
  • Best for refactors and larger diffs: Helps when reviewing substantial refactoring work where details are easy to miss.

Quick Start

Use the codex-review skill to review your latest code changes and generate the corresponding CHANGELOG entry for your project.

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 review and CHANGELOG generation before committing changes?

Automate pre-commit code review and CHANGELOG generation by triggering the codex-review skill, which analyzes your software changes and produces structured feedback alongside an updated CHANGELOG.md.

What is the best way to generate release notes for large refactoring work?

Generating release notes for large refactoring work is best handled by automated tools that review substantial diffs and summarize the changes into a clear CHANGELOG entry to catch details easily missed manually.

Can I use natural language to trigger an automated code review?

Yes, you can trigger an automated code review using natural language or the /codex-review command, integrating with Codex AI to review your latest changes without relying on strict syntax.

Does automated code review work well for validating refactored code?

Automated code review works well for validating refactored code by targeting pre-commit workflows and analyzing larger diffs to ensure substantial changes are accurately reviewed and summarized.

How do I keep my CHANGELOG up to date with my latest GitHub commits?

You can keep your CHANGELOG up to date by running an automated review on your latest changes, which creates or updates your CHANGELOG.md directly based on the reviewed commits.