multiAI Summary Pending
codex-review
Professional code review with auto CHANGELOG generation, integrated with Codex AI. Use when you want professional code review before commits, you need automatic CHANGELOG generation, or reviewing large-scale refactoring.
28,273 stars
bysickn33
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/codex-review/SKILL.md --create-dirs "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/plugins/antigravity-awesome-skills-claude/skills/codex-review/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/codex-review/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How codex-review Compares
| Feature / Agent | codex-review | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Professional code review with auto CHANGELOG generation, integrated with Codex AI. Use when you want professional code review before commits, you need automatic CHANGELOG generation, or reviewing large-scale refactoring.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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 ```bash 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](https://github.com/BenedictKing/codex-review) 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