← スキル一覧に戻る

codex-review
by ziwon
A modular Kubernetes homelab that evolves from GitOps automation to AI-driven orchestration
⭐ 0🍴 0📅 2026年1月25日
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
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です