← スキル一覧に戻る

codex-codereview
by kanlanc
This is the plugin for the workflows that i use
⭐ 0🍴 0📅 2025年12月15日
SKILL.md
name: codex-codereview description: Use for code review and quality feedback from Codex. Triggers on "codex review code", "codex code review", "have codex review this", "get codex feedback on code".
Codex Code Review Skill
Comprehensive code review with Codex (gpt-5.2).
When to Use
- Reviewing code before commit
- Getting feedback on implementation
- Checking for security issues
- Verifying best practices
- Architecture review
Reasoning Level
high (thorough but efficient review)
Execution
- Identify code to review:
- Specific files mentioned by user
- Staged changes (
git diff --staged) - Recent changes (
git diff)
- Gather context about the codebase patterns
- Formulate a review prompt:
Review this code thoroughly. Code: <code to review> Context: <any relevant context about patterns/conventions> Please review for: 1. Bugs and logic errors 2. Security vulnerabilities 3. Performance issues 4. Code quality and readability 5. Best practices adherence 6. Edge cases - Run:
codex exec -c model_reasoning_effort="high" "<prompt>" - Return structured review feedback
Response Format
**Codex Code Review:**
**Summary:**
[Overall assessment]
**Issues Found:**
- 🔴 Critical: [if any]
- 🟡 Warning: [if any]
- 🔵 Suggestion: [if any]
**Detailed Feedback:**
[Line-by-line or section-by-section feedback]
**Recommendations:**
[Specific improvements]
**Session ID:** [id]
スコア
総合スコア
45/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
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です