codex-review
How to Install
This skill comes from a community source. Check the original listing for install instructions.
General Claude Code install: copy SKILL.md to ~/.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
- Install the skill using the command above
- Ensure Codex CLI is installed
- Use
/codex-reviewor 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
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Details
| Category | Coding → Code Quality |
| Source | community |
| Stars | N/A |
| Risk Level | N/A |
Related Skills
find-bugs
Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked
comprehensive-review-full-review
Use when working with comprehensive review full review
kaizen
Guide for continuous improvement, error proofing, and standardization. Use this skill when the user
shellcheck-configuration
Master ShellCheck static analysis configuration and usage for shell script quality. Use when setting