Agent skill
codex-review
Delegates code review to OpenAI Codex CLI. Use when user says "코드 리뷰해줘", "Codex한테 리뷰 맡겨", "PR 검토해줘", "코드 품질 체크", "리팩토링 제안해줘", "second opinion", or asks for code review, refactoring suggestions.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/codex-review
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?