codex-review
Delegates code review to OpenAI Codex CLI. Use when user says "코드 리뷰해줘", "Codex한테 리뷰 맡겨", "PR 검토해줘", "코드 품질 체크", "리팩토링 제안해줘", "second opinion", or asks for code review, refactoring suggestions.
$ Installer
git clone https://github.com/majiayu000/claude-skill-registry /tmp/claude-skill-registry && cp -r /tmp/claude-skill-registry/skills/development/codex-review ~/.claude/skills/claude-skill-registry// tip: Run this command in your terminal to install the skill
SKILL.md
name: codex-review description: Delegates code review to OpenAI Codex CLI. Use when user says "코드 리뷰해줘", "Codex한테 리뷰 맡겨", "PR 검토해줘", "코드 품질 체크", "리팩토링 제안해줘", "second opinion", or asks for code review, refactoring suggestions.
Codex Code Review
Delegate code reviews to OpenAI Codex for detailed analysis.
When to Use
- Code quality review
- Pull request analysis
- Refactoring suggestions
- Security vulnerability detection
- Best practices compliance
How to Use
For file review:
codex review < path/to/file.py
For inline code:
echo "code here" | codex review
For specific task:
codex exec "review this code for security issues: <code>"
Integration
The Codex CLI is pre-authenticated and ready to use. Results will be returned and summarized for the user.
Example Workflow
- User asks: "Review my changes in src/main.py"
- Read the file content
- Pipe to
codex review - Summarize the findings for user
Repository

majiayu000
Author
majiayu000/claude-skill-registry/skills/development/codex-review
0
Stars
0
Forks
Updated2d ago
Added1w ago