一键导入
codex-review
ネストした OpenAI Codex CLI でコード、設定ファイル、ドキュメントのレビューを実行します。通常は Codex 組み込みの /review を優先し、ユーザーが明示的に「別 Codex でレビュー」「codex exec でレビュー」と頼んだ場合にだけ使用します。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
ネストした OpenAI Codex CLI でコード、設定ファイル、ドキュメントのレビューを実行します。通常は Codex 組み込みの /review を優先し、ユーザーが明示的に「別 Codex でレビュー」「codex exec でレビュー」と頼んだ場合にだけ使用します。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Reproduce and debug failures through an evidence-first root-cause workflow. Use when tests fail, a bug is reported, behavior is flaky, an error message needs investigation, or the user asks to debug, diagnose, investigate, or fix a failure.
Apply a focused red-green-refactor workflow for behavior changes and bug fixes. Use when the user asks for TDD, regression tests, test-first implementation, bug fixes with tests, or when a change has clear observable behavior that should be protected by tests.
Verify completed work before reporting it as done. Use after making code, config, documentation, workflow, or UI changes; when the user asks whether something is fixed; when a dev server is started; or before claiming implementation, debugging, migration, or setup work is complete.
Research current or uncertain information on the web using source-aware evidence. Use when the user asks to research, look up, browse, verify latest information, compare public options, find recommendations, cite sources, or when facts may have changed recently.
GitHub へローカル変更を公開する workflow。ユーザーが commit、branch push、PR 作成、publish を依頼した場合に、通常の git と gh pr create で安全に実行します。
株価・為替・暗号資産・財務データを MCP サーバ (alphavantage / twelvedata / edinetdb) 経由で取得・分析します。「株価を調べて」「銘柄の推移を」「為替レート」「企業の財務を」「決算」「ASCII グラフにして」「米国株 / 日本株を調査」などのリクエストがあった場合に使用します。
基于 SOC 职业分类
| name | codex-review |
| description | ネストした OpenAI Codex CLI でコード、設定ファイル、ドキュメントのレビューを実行します。通常は Codex 組み込みの /review を優先し、ユーザーが明示的に「別 Codex でレビュー」「codex exec でレビュー」と頼んだ場合にだけ使用します。 |
OpenAI Codex CLI を使ってファイルやコードのレビューを実行するスキルです。
ユーザーから以下のようなリクエストがあった場合にこのスキルを使用:
cat <file_path> | codex exec "<レビュー指示>"
# 設定ファイルのレビュー
cat settings.json | codex exec "この設定ファイルをレビューして、問題点や改善点を指摘してください"
# コードのレビュー
cat src/main.ts | codex exec "このコードをレビューして、バグ、セキュリティ問題、改善点を指摘してください"
# 複数ファイルのレビュー
cat src/*.ts | codex exec "これらのファイルをレビューしてください"
このコードをレビューしてください。以下の観点で問題点や改善点を指摘してください:
- バグや論理エラー
- セキュリティ上の問題
- パフォーマンスの問題
- コードの可読性
- ベストプラクティスへの準拠
この設定ファイルをレビューしてください。以下の観点で問題点や改善点を指摘してください:
- セキュリティリスク
- 設定の妥当性
- 不足している設定
- 改善の余地
このコードのセキュリティレビューを行ってください。以下の観点で脆弱性を指摘してください:
- インジェクション攻撃
- 認証・認可の問題
- 機密情報の露出
- OWASP Top 10 の脆弱性
codex exec は非対話モードで実行されますcodex コマンドが PATH に存在することcodex auth login で認証済み)