← Back to list

codex-review
by ziwon
A modular Kubernetes homelab that evolves from GitOps automation to AI-driven orchestration
⭐ 0🍴 0📅 Jan 25, 2026
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
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon