codex-review
Professional code review with auto CHANGELOG generation, integrated with Codex AI
Author
Category
Development ToolsInstall
Hot:5
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=sickn33-skills-codex-review&locale=en&source=copy
codex-review - Intelligent Code Review and Automatic CHANGELOG Generation
Skill Overview
codex-review is a professional code review Claude skill that integrates Codex AI to perform automated code quality checks and supports automatic generation of project CHANGELOG release notes.
Use Cases
1. Pre-commit code quality checks
Automatically perform a professional review before each code commit to promptly identify potential issues, ensure code quality and consistency, and reduce the burden of manual code reviews.
2. Large-scale project refactoring
When performing large-scale code refactoring, codex-review can comprehensively review the scope of changes, automatically track modifications, and generate structured update logs.
3. Team collaboration and code standards
Helps teams maintain consistent code style and quality standards. Through an automated review process, every developer can receive timely improvement suggestions.
Core Features
1. Codex AI-powered intelligent code review
Integrates the powerful capabilities of Codex AI to perform deep analysis of code, providing professional improvement suggestions and warnings about potential issues.
2. Automated CHANGELOG generation
Automatically generates standardized project release notes based on commit messages following the Conventional Commits format, saving time on manual writing.
3. Seamless Git workflow integration
Easily integrates into existing development workflows via natural language triggers or the
/codex-review command without needing additional complex tool configuration.Frequently Asked Questions
Which programming languages does codex-review support?
codex-review integrates Codex AI and supports mainstream programming languages including JavaScript, TypeScript, Python, Java, Go, Rust, and more. The AI model analyzes code syntax and context to provide targeted review suggestions.
How do I use codex-review to automatically generate a CHANGELOG?
First ensure your project uses the Conventional Commits format for commit messages (e.g.,
feat:, fix:, docs: prefixes), and keep a CHANGELOG.md file at the project root. When using the /codex-review command, the skill will automatically analyze the commit history and generate the corresponding update entries.What prerequisites are required for codex-review?
To use codex-review you need to install the Codex CLI tool and install the skill via
npx skills add -g BenedictKing/codex-review. Ensure your project is a Git repository so the skill can read commit history and code changes.