davila7 / codex-review
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/codex-review && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1514" && unzip -o skill.zip -d .claude/skills/codex-review && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/codex-review/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Professional code review with auto CHANGELOG generation, integrated with Codex AI
0 views
0 installs
Skill Content
--- name: codex-review description: Professional code review with auto CHANGELOG generation, integrated with Codex AI --- # 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